Skip to content

Latest commit

 

History

History
2847 lines (1976 loc) · 101 KB

SearchApi.md

File metadata and controls

2847 lines (1976 loc) · 101 KB

wavefront_api_client.SearchApi

All URIs are relative to https://localhost

Method HTTP request Description
search_alert_deleted_entities POST /api/v2/search/alert/deleted Search over a customer's deleted alerts
search_alert_deleted_for_facet POST /api/v2/search/alert/deleted/{facet} Lists the values of a specific facet over the customer's deleted alerts
search_alert_deleted_for_facets POST /api/v2/search/alert/deleted/facets Lists the values of one or more facets over the customer's deleted alerts
search_alert_entities POST /api/v2/search/alert Search over a customer's non-deleted alerts
search_alert_for_facet POST /api/v2/search/alert/{facet} Lists the values of a specific facet over the customer's non-deleted alerts
search_alert_for_facets POST /api/v2/search/alert/facets Lists the values of one or more facets over the customer's non-deleted alerts
search_cloud_integration_deleted_entities POST /api/v2/search/cloudintegration/deleted Search over a customer's deleted cloud integrations
search_cloud_integration_deleted_for_facet POST /api/v2/search/cloudintegration/deleted/{facet} Lists the values of a specific facet over the customer's deleted cloud integrations
search_cloud_integration_deleted_for_facets POST /api/v2/search/cloudintegration/deleted/facets Lists the values of one or more facets over the customer's deleted cloud integrations
search_cloud_integration_entities POST /api/v2/search/cloudintegration Search over a customer's non-deleted cloud integrations
search_cloud_integration_for_facet POST /api/v2/search/cloudintegration/{facet} Lists the values of a specific facet over the customer's non-deleted cloud integrations
search_cloud_integration_for_facets POST /api/v2/search/cloudintegration/facets Lists the values of one or more facets over the customer's non-deleted cloud integrations
search_dashboard_deleted_entities POST /api/v2/search/dashboard/deleted Search over a customer's deleted dashboards
search_dashboard_deleted_for_facet POST /api/v2/search/dashboard/deleted/{facet} Lists the values of a specific facet over the customer's deleted dashboards
search_dashboard_deleted_for_facets POST /api/v2/search/dashboard/deleted/facets Lists the values of one or more facets over the customer's deleted dashboards
search_dashboard_entities POST /api/v2/search/dashboard Search over a customer's non-deleted dashboards
search_dashboard_for_facet POST /api/v2/search/dashboard/{facet} Lists the values of a specific facet over the customer's non-deleted dashboards
search_dashboard_for_facets POST /api/v2/search/dashboard/facets Lists the values of one or more facets over the customer's non-deleted dashboards
search_external_link_entities POST /api/v2/search/extlink Search over a customer's external links
search_external_links_for_facet POST /api/v2/search/extlink/{facet} Lists the values of a specific facet over the customer's external links
search_external_links_for_facets POST /api/v2/search/extlink/facets Lists the values of one or more facets over the customer's external links
search_maintenance_window_entities POST /api/v2/search/maintenancewindow Search over a customer's maintenance windows
search_maintenance_window_for_facet POST /api/v2/search/maintenancewindow/{facet} Lists the values of a specific facet over the customer's maintenance windows
search_maintenance_window_for_facets POST /api/v2/search/maintenancewindow/facets Lists the values of one or more facets over the customer's maintenance windows
search_notficant_for_facets POST /api/v2/search/notificant/facets Lists the values of one or more facets over the customer's notificants
search_notificant_entities POST /api/v2/search/notificant Search over a customer's notificants
search_notificant_for_facet POST /api/v2/search/notificant/{facet} Lists the values of a specific facet over the customer's notificants
search_proxy_deleted_entities POST /api/v2/search/proxy/deleted Search over a customer's deleted proxies
search_proxy_deleted_for_facet POST /api/v2/search/proxy/deleted/{facet} Lists the values of a specific facet over the customer's deleted proxies
search_proxy_deleted_for_facets POST /api/v2/search/proxy/deleted/facets Lists the values of one or more facets over the customer's deleted proxies
search_proxy_entities POST /api/v2/search/proxy Search over a customer's non-deleted proxies
search_proxy_for_facet POST /api/v2/search/proxy/{facet} Lists the values of a specific facet over the customer's non-deleted proxies
search_proxy_for_facets POST /api/v2/search/proxy/facets Lists the values of one or more facets over the customer's non-deleted proxies
search_registered_query_deleted_entities POST /api/v2/search/derivedmetricdefinition/deleted Search over a customer's deleted derived metric definitions
search_registered_query_deleted_for_facet POST /api/v2/search/derivedmetricdefinition/deleted/{facet} Lists the values of a specific facet over the customer's deleted derived metric definitions
search_registered_query_deleted_for_facets POST /api/v2/search/derivedmetricdefinition/deleted/facets Lists the values of one or more facets over the customer's deleted derived metric definitions
search_registered_query_entities POST /api/v2/search/derivedmetricdefinition Search over a customer's non-deleted derived metric definitions
search_registered_query_for_facet POST /api/v2/search/derivedmetricdefinition/{facet} Lists the values of a specific facet over the customer's non-deleted derived metric definitions
search_registered_query_for_facets POST /api/v2/search/derivedmetricdefinition/facets Lists the values of one or more facets over the customer's non-deleted derived metric definition
search_report_event_entities POST /api/v2/search/event Search over a customer's events
search_report_event_for_facet POST /api/v2/search/event/{facet} Lists the values of a specific facet over the customer's events
search_report_event_for_facets POST /api/v2/search/event/facets Lists the values of one or more facets over the customer's events
search_tagged_source_entities POST /api/v2/search/source Search over a customer's sources
search_tagged_source_for_facet POST /api/v2/search/source/{facet} Lists the values of a specific facet over the customer's sources
search_tagged_source_for_facets POST /api/v2/search/source/facets Lists the values of one or more facets over the customer's sources
search_user_entities POST /api/v2/search/user Search over a customer's users
search_user_for_facet POST /api/v2/search/user/{facet} Lists the values of a specific facet over the customer's users
search_user_for_facets POST /api/v2/search/user/facets Lists the values of one or more facets over the customer's users
search_web_hook_entities POST /api/v2/search/webhook Search over a customer's webhooks
search_web_hook_for_facet POST /api/v2/search/webhook/{facet} Lists the values of a specific facet over the customer's webhooks
search_webhook_for_facets POST /api/v2/search/webhook/facets Lists the values of one or more facets over the customer's webhooks

search_alert_deleted_entities

ResponseContainerPagedAlert search_alert_deleted_entities(body=body)

Search over a customer's deleted alerts

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SortableSearchRequest() # SortableSearchRequest |  (optional)

try:
    # Search over a customer's deleted alerts
    api_response = api_instance.search_alert_deleted_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_alert_deleted_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SortableSearchRequest [optional]

Return type

ResponseContainerPagedAlert

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_alert_deleted_for_facet

ResponseContainerFacetResponse search_alert_deleted_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's deleted alerts

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's deleted alerts
    api_response = api_instance.search_alert_deleted_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_alert_deleted_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_alert_deleted_for_facets

ResponseContainerFacetsResponseContainer search_alert_deleted_for_facets(body=body)

Lists the values of one or more facets over the customer's deleted alerts

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's deleted alerts
    api_response = api_instance.search_alert_deleted_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_alert_deleted_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_alert_entities

ResponseContainerPagedAlertWithStats search_alert_entities(body=body)

Search over a customer's non-deleted alerts

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SortableSearchRequest() # SortableSearchRequest |  (optional)

try:
    # Search over a customer's non-deleted alerts
    api_response = api_instance.search_alert_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_alert_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SortableSearchRequest [optional]

Return type

ResponseContainerPagedAlertWithStats

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_alert_for_facet

ResponseContainerFacetResponse search_alert_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's non-deleted alerts

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's non-deleted alerts
    api_response = api_instance.search_alert_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_alert_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_alert_for_facets

ResponseContainerFacetsResponseContainer search_alert_for_facets(body=body)

Lists the values of one or more facets over the customer's non-deleted alerts

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's non-deleted alerts
    api_response = api_instance.search_alert_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_alert_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_cloud_integration_deleted_entities

ResponseContainerPagedCloudIntegration search_cloud_integration_deleted_entities(body=body)

Search over a customer's deleted cloud integrations

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SortableSearchRequest() # SortableSearchRequest |  (optional)

try:
    # Search over a customer's deleted cloud integrations
    api_response = api_instance.search_cloud_integration_deleted_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_cloud_integration_deleted_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SortableSearchRequest [optional]

Return type

ResponseContainerPagedCloudIntegration

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_cloud_integration_deleted_for_facet

ResponseContainerFacetResponse search_cloud_integration_deleted_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's deleted cloud integrations

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's deleted cloud integrations
    api_response = api_instance.search_cloud_integration_deleted_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_cloud_integration_deleted_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_cloud_integration_deleted_for_facets

ResponseContainerFacetsResponseContainer search_cloud_integration_deleted_for_facets(body=body)

Lists the values of one or more facets over the customer's deleted cloud integrations

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's deleted cloud integrations
    api_response = api_instance.search_cloud_integration_deleted_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_cloud_integration_deleted_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_cloud_integration_entities

ResponseContainerPagedCloudIntegration search_cloud_integration_entities(body=body)

Search over a customer's non-deleted cloud integrations

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SortableSearchRequest() # SortableSearchRequest |  (optional)

try:
    # Search over a customer's non-deleted cloud integrations
    api_response = api_instance.search_cloud_integration_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_cloud_integration_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SortableSearchRequest [optional]

Return type

ResponseContainerPagedCloudIntegration

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_cloud_integration_for_facet

ResponseContainerFacetResponse search_cloud_integration_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's non-deleted cloud integrations

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's non-deleted cloud integrations
    api_response = api_instance.search_cloud_integration_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_cloud_integration_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_cloud_integration_for_facets

ResponseContainerFacetsResponseContainer search_cloud_integration_for_facets(body=body)

Lists the values of one or more facets over the customer's non-deleted cloud integrations

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's non-deleted cloud integrations
    api_response = api_instance.search_cloud_integration_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_cloud_integration_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_dashboard_deleted_entities

ResponseContainerPagedDashboard search_dashboard_deleted_entities(body=body)

Search over a customer's deleted dashboards

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SortableSearchRequest() # SortableSearchRequest |  (optional)

try:
    # Search over a customer's deleted dashboards
    api_response = api_instance.search_dashboard_deleted_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_dashboard_deleted_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SortableSearchRequest [optional]

Return type

ResponseContainerPagedDashboard

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_dashboard_deleted_for_facet

ResponseContainerFacetResponse search_dashboard_deleted_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's deleted dashboards

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's deleted dashboards
    api_response = api_instance.search_dashboard_deleted_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_dashboard_deleted_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_dashboard_deleted_for_facets

ResponseContainerFacetsResponseContainer search_dashboard_deleted_for_facets(body=body)

Lists the values of one or more facets over the customer's deleted dashboards

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's deleted dashboards
    api_response = api_instance.search_dashboard_deleted_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_dashboard_deleted_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_dashboard_entities

ResponseContainerPagedDashboard search_dashboard_entities(body=body)

Search over a customer's non-deleted dashboards

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SortableSearchRequest() # SortableSearchRequest |  (optional)

try:
    # Search over a customer's non-deleted dashboards
    api_response = api_instance.search_dashboard_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_dashboard_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SortableSearchRequest [optional]

Return type

ResponseContainerPagedDashboard

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_dashboard_for_facet

ResponseContainerFacetResponse search_dashboard_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's non-deleted dashboards

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's non-deleted dashboards
    api_response = api_instance.search_dashboard_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_dashboard_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_dashboard_for_facets

ResponseContainerFacetsResponseContainer search_dashboard_for_facets(body=body)

Lists the values of one or more facets over the customer's non-deleted dashboards

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's non-deleted dashboards
    api_response = api_instance.search_dashboard_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_dashboard_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_external_link_entities

ResponseContainerPagedExternalLink search_external_link_entities(body=body)

Search over a customer's external links

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SortableSearchRequest() # SortableSearchRequest |  (optional)

try:
    # Search over a customer's external links
    api_response = api_instance.search_external_link_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_external_link_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SortableSearchRequest [optional]

Return type

ResponseContainerPagedExternalLink

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_external_links_for_facet

ResponseContainerFacetResponse search_external_links_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's external links

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's external links
    api_response = api_instance.search_external_links_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_external_links_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_external_links_for_facets

ResponseContainerFacetsResponseContainer search_external_links_for_facets(body=body)

Lists the values of one or more facets over the customer's external links

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's external links
    api_response = api_instance.search_external_links_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_external_links_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_maintenance_window_entities

ResponseContainerPagedMaintenanceWindow search_maintenance_window_entities(body=body)

Search over a customer's maintenance windows

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SortableSearchRequest() # SortableSearchRequest |  (optional)

try:
    # Search over a customer's maintenance windows
    api_response = api_instance.search_maintenance_window_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_maintenance_window_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SortableSearchRequest [optional]

Return type

ResponseContainerPagedMaintenanceWindow

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_maintenance_window_for_facet

ResponseContainerFacetResponse search_maintenance_window_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's maintenance windows

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's maintenance windows
    api_response = api_instance.search_maintenance_window_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_maintenance_window_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_maintenance_window_for_facets

ResponseContainerFacetsResponseContainer search_maintenance_window_for_facets(body=body)

Lists the values of one or more facets over the customer's maintenance windows

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's maintenance windows
    api_response = api_instance.search_maintenance_window_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_maintenance_window_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_notficant_for_facets

ResponseContainerFacetsResponseContainer search_notficant_for_facets(body=body)

Lists the values of one or more facets over the customer's notificants

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's notificants
    api_response = api_instance.search_notficant_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_notficant_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_notificant_entities

ResponseContainerPagedNotificant search_notificant_entities(body=body)

Search over a customer's notificants

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SortableSearchRequest() # SortableSearchRequest |  (optional)

try:
    # Search over a customer's notificants
    api_response = api_instance.search_notificant_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_notificant_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SortableSearchRequest [optional]

Return type

ResponseContainerPagedNotificant

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_notificant_for_facet

ResponseContainerFacetResponse search_notificant_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's notificants

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's notificants
    api_response = api_instance.search_notificant_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_notificant_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_proxy_deleted_entities

ResponseContainerPagedProxy search_proxy_deleted_entities(body=body)

Search over a customer's deleted proxies

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SortableSearchRequest() # SortableSearchRequest |  (optional)

try:
    # Search over a customer's deleted proxies
    api_response = api_instance.search_proxy_deleted_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_proxy_deleted_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SortableSearchRequest [optional]

Return type

ResponseContainerPagedProxy

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_proxy_deleted_for_facet

ResponseContainerFacetResponse search_proxy_deleted_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's deleted proxies

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's deleted proxies
    api_response = api_instance.search_proxy_deleted_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_proxy_deleted_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_proxy_deleted_for_facets

ResponseContainerFacetsResponseContainer search_proxy_deleted_for_facets(body=body)

Lists the values of one or more facets over the customer's deleted proxies

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's deleted proxies
    api_response = api_instance.search_proxy_deleted_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_proxy_deleted_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_proxy_entities

ResponseContainerPagedProxy search_proxy_entities(body=body)

Search over a customer's non-deleted proxies

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SortableSearchRequest() # SortableSearchRequest |  (optional)

try:
    # Search over a customer's non-deleted proxies
    api_response = api_instance.search_proxy_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_proxy_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SortableSearchRequest [optional]

Return type

ResponseContainerPagedProxy

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_proxy_for_facet

ResponseContainerFacetResponse search_proxy_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's non-deleted proxies

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's non-deleted proxies
    api_response = api_instance.search_proxy_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_proxy_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_proxy_for_facets

ResponseContainerFacetsResponseContainer search_proxy_for_facets(body=body)

Lists the values of one or more facets over the customer's non-deleted proxies

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's non-deleted proxies
    api_response = api_instance.search_proxy_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_proxy_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_registered_query_deleted_entities

ResponseContainerPagedDerivedMetricDefinition search_registered_query_deleted_entities(body=body)

Search over a customer's deleted derived metric definitions

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SortableSearchRequest() # SortableSearchRequest |  (optional)

try:
    # Search over a customer's deleted derived metric definitions
    api_response = api_instance.search_registered_query_deleted_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_registered_query_deleted_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SortableSearchRequest [optional]

Return type

ResponseContainerPagedDerivedMetricDefinition

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_registered_query_deleted_for_facet

ResponseContainerFacetResponse search_registered_query_deleted_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's deleted derived metric definitions

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's deleted derived metric definitions
    api_response = api_instance.search_registered_query_deleted_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_registered_query_deleted_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_registered_query_deleted_for_facets

ResponseContainerFacetsResponseContainer search_registered_query_deleted_for_facets(body=body)

Lists the values of one or more facets over the customer's deleted derived metric definitions

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's deleted derived metric definitions
    api_response = api_instance.search_registered_query_deleted_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_registered_query_deleted_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_registered_query_entities

ResponseContainerPagedDerivedMetricDefinitionWithStats search_registered_query_entities(body=body)

Search over a customer's non-deleted derived metric definitions

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SortableSearchRequest() # SortableSearchRequest |  (optional)

try:
    # Search over a customer's non-deleted derived metric definitions
    api_response = api_instance.search_registered_query_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_registered_query_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SortableSearchRequest [optional]

Return type

ResponseContainerPagedDerivedMetricDefinitionWithStats

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_registered_query_for_facet

ResponseContainerFacetResponse search_registered_query_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's non-deleted derived metric definitions

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's non-deleted derived metric definitions
    api_response = api_instance.search_registered_query_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_registered_query_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_registered_query_for_facets

ResponseContainerFacetsResponseContainer search_registered_query_for_facets(body=body)

Lists the values of one or more facets over the customer's non-deleted derived metric definition

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's non-deleted derived metric definition
    api_response = api_instance.search_registered_query_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_registered_query_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_report_event_entities

ResponseContainerPagedEvent search_report_event_entities(body=body)

Search over a customer's events

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.EventSearchRequest() # EventSearchRequest |  (optional)

try:
    # Search over a customer's events
    api_response = api_instance.search_report_event_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_report_event_entities: %s\n" % e)

Parameters

Name Type Description Notes
body EventSearchRequest [optional]

Return type

ResponseContainerPagedEvent

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_report_event_for_facet

ResponseContainerFacetResponse search_report_event_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's events

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's events
    api_response = api_instance.search_report_event_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_report_event_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_report_event_for_facets

ResponseContainerFacetsResponseContainer search_report_event_for_facets(body=body)

Lists the values of one or more facets over the customer's events

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's events
    api_response = api_instance.search_report_event_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_report_event_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_tagged_source_entities

ResponseContainerPagedSource search_tagged_source_entities(body=body)

Search over a customer's sources

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SourceSearchRequestContainer() # SourceSearchRequestContainer |  (optional)

try:
    # Search over a customer's sources
    api_response = api_instance.search_tagged_source_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_tagged_source_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SourceSearchRequestContainer [optional]

Return type

ResponseContainerPagedSource

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_tagged_source_for_facet

ResponseContainerFacetResponse search_tagged_source_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's sources

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's sources
    api_response = api_instance.search_tagged_source_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_tagged_source_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_tagged_source_for_facets

ResponseContainerFacetsResponseContainer search_tagged_source_for_facets(body=body)

Lists the values of one or more facets over the customer's sources

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's sources
    api_response = api_instance.search_tagged_source_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_tagged_source_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_user_entities

ResponseContainerPagedCustomerFacingUserObject search_user_entities(body=body)

Search over a customer's users

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SortableSearchRequest() # SortableSearchRequest |  (optional)

try:
    # Search over a customer's users
    api_response = api_instance.search_user_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_user_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SortableSearchRequest [optional]

Return type

ResponseContainerPagedCustomerFacingUserObject

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_user_for_facet

ResponseContainerFacetResponse search_user_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's users

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's users
    api_response = api_instance.search_user_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_user_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_user_for_facets

ResponseContainerFacetsResponseContainer search_user_for_facets(body=body)

Lists the values of one or more facets over the customer's users

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's users
    api_response = api_instance.search_user_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_user_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_web_hook_entities

ResponseContainerPagedNotificant search_web_hook_entities(body=body)

Search over a customer's webhooks

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.SortableSearchRequest() # SortableSearchRequest |  (optional)

try:
    # Search over a customer's webhooks
    api_response = api_instance.search_web_hook_entities(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_web_hook_entities: %s\n" % e)

Parameters

Name Type Description Notes
body SortableSearchRequest [optional]

Return type

ResponseContainerPagedNotificant

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_web_hook_for_facet

ResponseContainerFacetResponse search_web_hook_for_facet(facet, body=body)

Lists the values of a specific facet over the customer's webhooks

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
facet = 'facet_example' # str | 
body = wavefront_api_client.FacetSearchRequestContainer() # FacetSearchRequestContainer |  (optional)

try:
    # Lists the values of a specific facet over the customer's webhooks
    api_response = api_instance.search_web_hook_for_facet(facet, body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_web_hook_for_facet: %s\n" % e)

Parameters

Name Type Description Notes
facet str
body FacetSearchRequestContainer [optional]

Return type

ResponseContainerFacetResponse

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

search_webhook_for_facets

ResponseContainerFacetsResponseContainer search_webhook_for_facets(body=body)

Lists the values of one or more facets over the customer's webhooks

Example

from __future__ import print_function
import time
import wavefront_api_client
from wavefront_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = wavefront_api_client.Configuration()
configuration.api_key['X-AUTH-TOKEN'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-AUTH-TOKEN'] = 'Bearer'

# create an instance of the API class
api_instance = wavefront_api_client.SearchApi(wavefront_api_client.ApiClient(configuration))
body = wavefront_api_client.FacetsSearchRequestContainer() # FacetsSearchRequestContainer |  (optional)

try:
    # Lists the values of one or more facets over the customer's webhooks
    api_response = api_instance.search_webhook_for_facets(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling SearchApi->search_webhook_for_facets: %s\n" % e)

Parameters

Name Type Description Notes
body FacetsSearchRequestContainer [optional]

Return type

ResponseContainerFacetsResponseContainer

Authorization

api_key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]