Skip to content

instana/client-python

instana-client

Documentation for INSTANA REST API

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 1.304.1059
  • Package version: 1.0.1
  • Generator version: 7.13.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit http://instana.com

Requirements.

Python 3.9+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import instana_client

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import instana_client

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import instana_client
from instana_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://unit-tenant.instana.io
# See configuration.py for a list of all supported configuration parameters.
configuration = instana_client.Configuration(
    host = "https://unit-tenant.instana.io"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure API key authorization: ApiKeyAuth
configuration.api_key['ApiKeyAuth'] = os.environ["API_KEY"]

# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['ApiKeyAuth'] = 'Bearer'


# Enter a context with an instance of the API client
with instana_client.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = instana_client.AIManagementApi(api_client)
    llm_egress_gateway = {"name":"Example LLM egress Handler","description":"This is a sample custom handler used for testing.","aiModel":"watsonx-gpt-4","supports":{"capabilities":["anomaly-detection","remediation"]},"metadata":{"source":"user","version":"1.0.1"},"endpointUrl":"https://example.com/handler","endpointApiKey":"secret-api-key","watsonxKey":"watsonx-123","watsonxProject":"project-xyz","watsonxUrl":"https://watsonx.example.com","instanaAgents":{"agents":["agent-1","agent-2"]}} # LLMEgressGateway | 

    try:
        # Create a new LLM egress gateway
        api_response = api_instance.add_llm_egress_gateway(llm_egress_gateway)
        print("The response of AIManagementApi->add_llm_egress_gateway:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling AIManagementApi->add_llm_egress_gateway: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://unit-tenant.instana.io

Class Method HTTP request Description
AIManagementApi add_llm_egress_gateway POST /api/llm/egress/handler Create a new LLM egress gateway
AIManagementApi delete_llm_egress_gateway DELETE /api/llm/egress/handler/{id} Delete a LLM egress gateway
AIManagementApi get_llm_capabilities GET /api/llm/capabilities Get all LLM capabilities
AIManagementApi get_llm_egress_gateway_by_id GET /api/llm/egress/handler/{id} Get a LLM egress gateway by ID
AIManagementApi get_llm_egress_gateways GET /api/llm/egress/handler Get all LLM egress gateways
AIManagementApi update_llm_egress_gateway PUT /api/llm/egress/handler/{id} Update an existing LLM egress gateway.
APITokenApi delete_api_token DELETE /api/settings/api-tokens/{internalId} Delete API token
APITokenApi get_api_token GET /api/settings/api-tokens/{internalId} Get API token
APITokenApi get_api_tokens GET /api/settings/api-tokens Get all API Tokens
APITokenApi post_api_token POST /api/settings/api-tokens Create an API token
APITokenApi put_api_token PUT /api/settings/api-tokens/{internalId} Create or update an API token
ActionCatalogApi get_action_by_id GET /api/automation/actions/{id} Get an automation action by ID.
ActionCatalogApi get_action_matches POST /api/automation/ai/action/match Get automation actions that match the incidents or issues.
ActionCatalogApi get_action_matches_by_id_and_time_window GET /api/automation/ai/action/match Get action matches by application ID or snapshot ID.
ActionCatalogApi get_actions GET /api/automation/actions Get all automation actions.
ActionCatalogApi get_dynamic_parameters_tag_catalog GET /api/automation/parameters/dynamic/catalog Get tag catalog for dynamic parameters
ActionCatalogApi resolve PUT /api/automation/parameters/dynamic Resolve dynamic parameter values
ActionHistoryApi add_action_instance POST /api/automation/actioninstances Run an automation action.
ActionHistoryApi delete_action_instance DELETE /api/automation/actioninstances/{actionInstanceId} Deletes an automation action run result from the action run history by ID.
ActionHistoryApi delete_action_instances DELETE /api/automation/actioninstances Delete automation action run results.
ActionHistoryApi get_action_instance GET /api/automation/actioninstances/{actionInstanceId} Get the details of an automation action run result by ID from action run history.
ActionHistoryApi get_action_instances GET /api/automation/actioninstances Get the details of automation action run results from action run history.
ApdexReportApi get_apdex_report GET /api/apdex/report/{apdexId} Generate Apdex report
ApdexSettingsApi create_apdex_configuration POST /api/settings/apdex Create Apdex Configuration
ApdexSettingsApi delete_apdex_configuration DELETE /api/settings/apdex/{id} Delete Apdex Configuration
ApdexSettingsApi get_all_apdex_configurations GET /api/settings/apdex Get All Apdex Configurations
ApdexSettingsApi get_apdex_configuration GET /api/settings/apdex/{id} Get Apdex Configuration
ApdexSettingsApi get_apdex_configurations_for_entity_type_and_id GET /api/settings/apdex/{entityType}/{entityId} Get all Apdex configurations for entity type and entity id
ApplicationAlertConfigurationApi create_application_alert_config POST /api/events/settings/application-alert-configs Create Smart Alert Config
ApplicationAlertConfigurationApi delete_application_alert_config DELETE /api/events/settings/application-alert-configs/{id} Delete Smart Alert Config
ApplicationAlertConfigurationApi disable_application_alert_config PUT /api/events/settings/application-alert-configs/{id}/disable Disable Smart Alert Config
ApplicationAlertConfigurationApi enable_application_alert_config PUT /api/events/settings/application-alert-configs/{id}/enable Enable Application Alert Config
ApplicationAlertConfigurationApi find_active_application_alert_configs GET /api/events/settings/application-alert-configs Get all Smart Alert Configs
ApplicationAlertConfigurationApi find_application_alert_config GET /api/events/settings/application-alert-configs/{id} Get Smart Alert Config
ApplicationAlertConfigurationApi find_application_alert_config_versions GET /api/events/settings/application-alert-configs/{id}/versions Get Smart Alert Config Versions
ApplicationAlertConfigurationApi restore_application_alert_config PUT /api/events/settings/application-alert-configs/{id}/restore/{created} Restore Smart Alert Config
ApplicationAlertConfigurationApi update_application_alert_config POST /api/events/settings/application-alert-configs/{id} Update Smart Alert Config
ApplicationAlertConfigurationApi update_application_historic_baseline POST /api/events/settings/application-alert-configs/{id}/update-baseline Recalculate Smart Alert Config Baseline
ApplicationAnalyzeApi get_call_details GET /api/application-monitoring/v2/analyze/traces/{traceId}/calls/{callId}/details Get call detail
ApplicationAnalyzeApi get_call_group POST /api/application-monitoring/analyze/call-groups Get grouped call metrics
ApplicationAnalyzeApi get_correlated_traces GET /api/application-monitoring/analyze/backend-correlation Resolve Trace IDs from Monitoring Beacons.
ApplicationAnalyzeApi get_trace_download GET /api/application-monitoring/v2/analyze/traces/{id} Get trace detail
ApplicationAnalyzeApi get_trace_groups POST /api/application-monitoring/analyze/trace-groups Get grouped trace metrics
ApplicationAnalyzeApi get_traces POST /api/application-monitoring/analyze/traces Get all traces
ApplicationCatalogApi get_application_catalog_metrics GET /api/application-monitoring/catalog/metrics Get Metric catalog
ApplicationCatalogApi get_application_tag_catalog GET /api/application-monitoring/catalog Get application tag catalog
ApplicationCatalogApi get_application_tags GET /api/application-monitoring/catalog/tags Get application tags
ApplicationMetricsApi get_application_data_metrics_v2 POST /api/application-monitoring/v2/metrics Get Application Data Metrics
ApplicationMetricsApi get_application_metrics POST /api/application-monitoring/metrics/applications Get Application Metrics
ApplicationMetricsApi get_endpoints_metrics POST /api/application-monitoring/metrics/endpoints Get Endpoint metrics
ApplicationMetricsApi get_services_metrics POST /api/application-monitoring/metrics/services Get Service metrics
ApplicationResourcesApi get_application_endpoints GET /api/application-monitoring/applications/services/endpoints Get endpoints
ApplicationResourcesApi get_application_services GET /api/application-monitoring/applications/services Get applications/services
ApplicationResourcesApi get_applications GET /api/application-monitoring/applications Get applications
ApplicationResourcesApi get_services GET /api/application-monitoring/services Get services
ApplicationSettingsApi add_application_config POST /api/application-monitoring/settings/application Add application configuration
ApplicationSettingsApi add_manual_service_config POST /api/application-monitoring/settings/manual-service Add manual service configuration
ApplicationSettingsApi add_service_config POST /api/application-monitoring/settings/service Add service configuration
ApplicationSettingsApi create_endpoint_config POST /api/application-monitoring/settings/endpoint Create endpoint configuration
ApplicationSettingsApi create_http_endpoint_config POST /api/application-monitoring/settings/http-endpoint Create HTTP endpoint configuration
ApplicationSettingsApi delete_application_config DELETE /api/application-monitoring/settings/application/{id} Delete application configuration
ApplicationSettingsApi delete_endpoint_config DELETE /api/application-monitoring/settings/endpoint/{id} Delete endpoint configuration
ApplicationSettingsApi delete_http_endpoint_config DELETE /api/application-monitoring/settings/http-endpoint/{id} Delete HTTP endpoint configuration
ApplicationSettingsApi delete_manual_service_config DELETE /api/application-monitoring/settings/manual-service/{id} Delete manual service configuration
ApplicationSettingsApi delete_service_config DELETE /api/application-monitoring/settings/service/{id} Delete service configuration
ApplicationSettingsApi get_all_manual_service_configs GET /api/application-monitoring/settings/manual-service All manual service configurations
ApplicationSettingsApi get_application_config GET /api/application-monitoring/settings/application/{id} Application configuration
ApplicationSettingsApi get_application_configs GET /api/application-monitoring/settings/application All Application configurations
ApplicationSettingsApi get_endpoint_config GET /api/application-monitoring/settings/endpoint/{id} Endpoint configuration
ApplicationSettingsApi get_endpoint_configs GET /api/application-monitoring/settings/endpoint All Endpoint configurations
ApplicationSettingsApi get_http_endpoint_config GET /api/application-monitoring/settings/http-endpoint/{id} HTTP Endpoint configuration
ApplicationSettingsApi get_http_endpoint_configs GET /api/application-monitoring/settings/http-endpoint All HTTP endpoint configurations
ApplicationSettingsApi get_service_config GET /api/application-monitoring/settings/service/{id} Service configuration
ApplicationSettingsApi get_service_configs GET /api/application-monitoring/settings/service All service configurations
ApplicationSettingsApi order_service_config PUT /api/application-monitoring/settings/service/order Order of service configuration
ApplicationSettingsApi put_application_config PUT /api/application-monitoring/settings/application/{id} Update application configuration
ApplicationSettingsApi put_service_config PUT /api/application-monitoring/settings/service/{id} Update service configuration
ApplicationSettingsApi replace_all PUT /api/application-monitoring/settings/service Replace all service configurations
ApplicationSettingsApi replace_all_manual_service_configs PUT /api/application-monitoring/settings/manual-service Replace all manual service configurations
ApplicationSettingsApi update_endpoint_config PUT /api/application-monitoring/settings/endpoint/{id} Update endpoint configuration
ApplicationSettingsApi update_http_endpoint_config PUT /api/application-monitoring/settings/http-endpoint/{id} Update HTTP endpoint configuration
ApplicationSettingsApi update_manual_service_config PUT /api/application-monitoring/settings/manual-service/{id} Update manual service configuration
ApplicationTopologyApi get_services_map GET /api/application-monitoring/topology/services Gets the service topology
AuditLogApi get_access_logs GET /api/settings/accesslog Access log
AuditLogApi get_audit_logs GET /api/settings/auditlog Audit log
AuthenticationApi delete_google_sso_config DELETE /api/settings/authentication/googleSSO Delete Google SSO configuration
AuthenticationApi delete_ldap_config DELETE /api/settings/authentication/ldap Delete LDAP configuration
AuthenticationApi delete_oidc_config DELETE /api/settings/authentication/oidc Delete OIDC configuration
AuthenticationApi delete_saml_config DELETE /api/settings/authentication/saml Delete SAML configuration
BusinessMonitoringApi create_business_perspective POST /api/business-monitoring/business-perspectives Create business perspective
BusinessMonitoringApi delete_business_perspective DELETE /api/business-monitoring/business-perspectives/{id} Delete business perspective
BusinessMonitoringApi get_activities POST /api/business-monitoring/activities Get Business Activities
BusinessMonitoringApi get_activities_csv POST /api/business-monitoring/activities/csv Download Business Activities
BusinessMonitoringApi get_business_perspective GET /api/business-monitoring/business-perspectives/{id} Get business perspective
BusinessMonitoringApi get_business_perspectives GET /api/business-monitoring/business-perspectives Get all business perspectives
BusinessMonitoringApi get_business_tag_catalog GET /api/business-monitoring/catalog Get business tag catalog
BusinessMonitoringApi update_business_perspective PUT /api/business-monitoring/business-perspectives/{id} Update business perspective
CustomDashboardsApi add_custom_dashboard POST /api/custom-dashboard Add custom dashboard
CustomDashboardsApi delete_custom_dashboard DELETE /api/custom-dashboard/{customDashboardId} Remove custom dashboard
CustomDashboardsApi get_custom_dashboard GET /api/custom-dashboard/{customDashboardId} Get custom dashboard
CustomDashboardsApi get_custom_dashboards GET /api/custom-dashboard Get accessible custom dashboards
CustomDashboardsApi get_shareable_api_tokens GET /api/custom-dashboard/shareable-api-tokens Get all API tokens.
CustomDashboardsApi get_shareable_users GET /api/custom-dashboard/shareable-users Get all users (without invitations).
CustomDashboardsApi update_custom_dashboard PUT /api/custom-dashboard/{customDashboardId} Update custom dashboard
CustomEntitiesApi create_custom_entities POST /api/custom-entitytypes Create a Custom Entity type
CustomEntitiesApi delete_custom_entity DELETE /api/custom-entitytypes/{id} Delete a Custom Entity Type
CustomEntitiesApi get_custom_entity GET /api/custom-entitytypes/{id} Get custom Entity Types
CustomEntitiesApi list_custom_entities GET /api/custom-entitytypes List custom Entity Type Definition
CustomEntitiesApi list_entities_from_infra_entities POST /api/custom-entitytypes/entities List all entity types that match the custom entity metadata
CustomEntitiesApi update_custom_entity PUT /api/custom-entitytypes/{id} Update a Custom Entity Type
EndUserMonitoringApi get_impacted_users_report GET /api/eum/impact/report/{eventId} Get impacted users report
EventSettingsApi create_mobile_app_alert_config POST /api/events/settings/mobile-app-alert-configs Create Mobile Smart Alert Config
EventSettingsApi create_website_alert_config POST /api/events/settings/website-alert-configs Create Website Smart Alert Config
EventSettingsApi delete_alert DELETE /api/events/settings/alerts/{id} Delete Alert Configuration
EventSettingsApi delete_alerting_channel DELETE /api/events/settings/alertingChannels/{id} Delete Alerting Channel
EventSettingsApi delete_built_in_event_specification DELETE /api/events/settings/event-specifications/built-in/{eventSpecificationId} Delete built-in event specification
EventSettingsApi delete_custom_event_specification DELETE /api/events/settings/event-specifications/custom/{eventSpecificationId} Delete custom event specification
EventSettingsApi delete_custom_payload_configuration DELETE /api/events/settings/custom-payload-configurations Delete Custom Payload Configuration
EventSettingsApi delete_mobile_app_alert_config DELETE /api/events/settings/mobile-app-alert-configs/{id} Delete Mobile Smart Alert Config
EventSettingsApi delete_website_alert_config DELETE /api/events/settings/website-alert-configs/{id} Delete Website Smart Alert Config
EventSettingsApi disable_built_in_event_specification POST /api/events/settings/event-specifications/built-in/{eventSpecificationId}/disable Disable built-in event specification
EventSettingsApi disable_custom_event_specification POST /api/events/settings/event-specifications/custom/{eventSpecificationId}/disable Disable custom event specification
EventSettingsApi disable_mobile_app_alert_config PUT /api/events/settings/mobile-app-alert-configs/{id}/disable Disable Mobile Smart Alert Config
EventSettingsApi disable_website_alert_config PUT /api/events/settings/website-alert-configs/{id}/disable Disable Website Smart Alert Config
EventSettingsApi enable_built_in_event_specification POST /api/events/settings/event-specifications/built-in/{eventSpecificationId}/enable Enable built-in event specification
EventSettingsApi enable_custom_event_specification POST /api/events/settings/event-specifications/custom/{eventSpecificationId}/enable Enable custom event specification
EventSettingsApi enable_mobile_app_alert_config PUT /api/events/settings/mobile-app-alert-configs/{id}/enable Enable Mobile Smart Alert Config
EventSettingsApi enable_website_alert_config PUT /api/events/settings/website-alert-configs/{id}/enable Enable Website Smart Alert Config
EventSettingsApi find_active_mobile_app_alert_configs GET /api/events/settings/mobile-app-alert-configs Get all Mobile Smart Alert Configs
EventSettingsApi find_active_website_alert_configs GET /api/events/settings/website-alert-configs Get all Website Smart Alert Configs
EventSettingsApi find_mobile_app_alert_config GET /api/events/settings/mobile-app-alert-configs/{id} Get Mobile Smart Alert Config
EventSettingsApi find_mobile_app_alert_config_versions GET /api/events/settings/mobile-app-alert-configs/{id}/versions Get Mobile Smart Alert Config Versions
EventSettingsApi find_website_alert_config GET /api/events/settings/website-alert-configs/{id} Get Website Smart Alert Config
EventSettingsApi find_website_alert_config_versions GET /api/events/settings/website-alert-configs/{id}/versions Get Website Smart Alert Config Versions.
EventSettingsApi get_alert GET /api/events/settings/alerts/{id} Get Alert Configuration
EventSettingsApi get_alerting_channel GET /api/events/settings/alertingChannels/{id} Get Alerting Channel
EventSettingsApi get_alerting_channels GET /api/events/settings/alertingChannels Get all Alerting Channels
EventSettingsApi get_alerting_channels_overview GET /api/events/settings/alertingChannels/infos Get Overview of Alerting Channels
EventSettingsApi get_alerting_configuration_infos GET /api/events/settings/alerts/infos All alerting configuration info
EventSettingsApi get_alerts GET /api/events/settings/alerts Get all Alert Configurations
EventSettingsApi get_built_in_event_specification GET /api/events/settings/event-specifications/built-in/{eventSpecificationId} Built-in event specifications
EventSettingsApi get_built_in_event_specifications GET /api/events/settings/event-specifications/built-in All built-in event specification
EventSettingsApi get_custom_event_specification GET /api/events/settings/event-specifications/custom/{eventSpecificationId} Custom event specification
EventSettingsApi get_custom_event_specifications GET /api/events/settings/event-specifications/custom All custom event specifications
EventSettingsApi get_custom_payload_configurations GET /api/events/settings/custom-payload-configurations Get All Global Custom Payload Configurations
EventSettingsApi get_custom_payload_tag_catalog GET /api/events/settings/custom-payload-configurations/catalog Get Tag Catalog for Custom Payload
EventSettingsApi get_event_specification_infos GET /api/events/settings/event-specifications/infos Summary of all built-in and custom event specifications
EventSettingsApi get_event_specification_infos_by_ids POST /api/events/settings/event-specifications/infos All built-in and custom event specifications
EventSettingsApi get_system_rules GET /api/events/settings/event-specifications/custom/systemRules All system rules for custom event specifications
EventSettingsApi manually_close_event POST /api/events/settings/manual-close/{eventId} Manually close an event.
EventSettingsApi multi_close_event POST /api/events/settings/manual-close Manually closing multiple events
EventSettingsApi post_alerting_channel POST /api/events/settings/alertingChannels Create Alert Channel
EventSettingsApi post_custom_event_specification POST /api/events/settings/event-specifications/custom Create new custom event specification
EventSettingsApi put_alert PUT /api/events/settings/alerts/{id} Create or update Alert Configuration
EventSettingsApi put_alerting_channel PUT /api/events/settings/alertingChannels/{id} Update Alert Channel
EventSettingsApi put_custom_event_specification PUT /api/events/settings/event-specifications/custom/{eventSpecificationId} Create or update custom event specification
EventSettingsApi restore_mobile_app_alert_config PUT /api/events/settings/mobile-app-alert-configs/{id}/restore/{created} Restore Mobile Smart Alert Config
EventSettingsApi restore_website_alert_config PUT /api/events/settings/website-alert-configs/{id}/restore/{created} Restore Website Smart Alert Config
EventSettingsApi send_test_alerting PUT /api/events/settings/alertingChannels/test Test Alerting Channel
EventSettingsApi send_test_alerting_by_id POST /api/events/settings/alertingChannels/notify/{id} Notify manually to Alerting Channel. Requires the permission called CanConfigureIntegrations.
EventSettingsApi update_mobile_app_alert_config POST /api/events/settings/mobile-app-alert-configs/{id} Update Mobile Smart Alert Config
EventSettingsApi update_mobile_app_historic_baseline POST /api/events/settings/mobile-app-alert-configs/{id}/update-baseline Recalculate Mobile Smart Alert Config Baseline
EventSettingsApi update_website_alert_config POST /api/events/settings/website-alert-configs/{id} Update Website Smart Alert Config
EventSettingsApi update_website_historic_baseline POST /api/events/settings/website-alert-configs/{id}/update-baseline Recalculate Website Smart Alert Config Baseline
EventSettingsApi upsert_custom_payload_configuration PUT /api/events/settings/custom-payload-configurations Create/Update Global Custom Payload Configuration
EventSettingsApi upsert_custom_payload_configuration_v2 PUT /api/events/settings/custom-payload-configurations/v2 Create/Update Global Custom Payload Configuration
EventsApi agent_monitoring_events GET /api/events/agent-monitoring-events Get Agent Monitoring Events
EventsApi get_event GET /api/events/{eventId} Get Event
EventsApi get_events GET /api/events Get all Events
EventsApi get_events_by_ids POST /api/events Get Events by IDs
EventsApi kubernetes_info_events GET /api/events/kubernetes-info-events Get Kubernetes Info Events
GlobalApplicationAlertConfigurationApi create_global_application_alert_config POST /api/events/settings/global-alert-configs/applications Create Global Smart Alert Config
GlobalApplicationAlertConfigurationApi delete_global_application_alert_config DELETE /api/events/settings/global-alert-configs/applications/{id} Delete Global Smart Alert Config
GlobalApplicationAlertConfigurationApi disable_global_application_alert_config PUT /api/events/settings/global-alert-configs/applications/{id}/disable Disable Global Smart Alert Config
GlobalApplicationAlertConfigurationApi enable_global_application_alert_config PUT /api/events/settings/global-alert-configs/applications/{id}/enable Enable Global Smart Alert Config
GlobalApplicationAlertConfigurationApi find_active_global_application_alert_configs GET /api/events/settings/global-alert-configs/applications Get all Global Smart Alert Configs
GlobalApplicationAlertConfigurationApi find_global_application_alert_config GET /api/events/settings/global-alert-configs/applications/{id} Get Global Smart Alert Config
GlobalApplicationAlertConfigurationApi find_global_application_alert_config_versions GET /api/events/settings/global-alert-configs/applications/{id}/versions Get Global Smart Alert Config Versions
GlobalApplicationAlertConfigurationApi restore_global_application_alert_config PUT /api/events/settings/global-alert-configs/applications/{id}/restore/{created} Restore Global Smart Alert Config
GlobalApplicationAlertConfigurationApi update_global_application_alert_config POST /api/events/settings/global-alert-configs/applications/{id} Update Global Smart Alert Config
GroupsApi add_permissions_on_group PUT /api/settings/rbac/groups/{groupId}/permissions Add permissions to group
GroupsApi add_users_to_group PUT /api/settings/rbac/groups/{groupId}/users Add users to group
GroupsApi create_group POST /api/settings/rbac/groups Create group
GroupsApi create_group_mapping POST /api/settings/rbac/mappings Create group mapping
GroupsApi delete_group DELETE /api/settings/rbac/groups/{id} Delete group
GroupsApi delete_group_mapping DELETE /api/settings/rbac/mappings/{id} Delete group mapping
GroupsApi delete_group_mappings PUT /api/settings/rbac/mappings/delete Delete multiple group mappings
GroupsApi delete_groups PUT /api/settings/rbac/groups/delete Delete groups
GroupsApi get_group GET /api/settings/rbac/groups/{id} Get group
GroupsApi get_group_mapping GET /api/settings/rbac/mappings/{id} Get group mapping
GroupsApi get_group_mappings GET /api/settings/rbac/mappings Get all group mappings
GroupsApi get_group_mappings_overview GET /api/settings/rbac/mappings/overview Get all group mappings overview
GroupsApi get_groups GET /api/settings/rbac/groups Get groups
GroupsApi get_groups_by_user GET /api/settings/rbac/groups/user/{email} Get groups of a single user
GroupsApi get_identity_provider_patch GET /api/settings/rbac/mappings/identityProvider/restrictEmptyIdpGroups Check user restrictions for empty Idp group mapping
GroupsApi remove_user_from_group DELETE /api/settings/rbac/groups/{id}/user/{userId} Remove user from group
GroupsApi update_group PUT /api/settings/rbac/groups/{id} Update group
GroupsApi update_group_mapping PUT /api/settings/rbac/mappings/{id} Update group mapping
GroupsApi update_identity_provider PUT /api/settings/rbac/mappings/identityProvider/restrictEmptyIdpGroups Allow/Restrict users with empty Idp group mapping
HealthApi get_health_state GET /api/instana/health Basic health traffic light
HealthApi get_version GET /api/instana/version API version information
HostAgentApi get_agent_clr_logs GET /api/host-agent/{hostId}/clr-logs Agent CLR download logs
HostAgentApi get_agent_logs GET /api/host-agent/{hostId}/logs Agent download logs
HostAgentApi get_agent_snapshot GET /api/host-agent/{id} Get host agent snapshot details
HostAgentApi get_agent_support_information GET /api/host-agent/{hostId}/support-info Agent download support information
HostAgentApi search_host_agents GET /api/host-agent Query host agent snapshots
HostAgentApi update_agent POST /api/host-agent/{hostId}/update Agent update
HostAgentApi update_configuration_by_host POST /api/host-agent/{hostId}/configuration Update agent configuration by host
HostAgentApi update_configuration_by_query POST /api/host-agent/configuration Update agent configuration by query
InfrastructureAlertConfigurationApi create_infra_alert_config POST /api/events/settings/infra-alert-configs Create Infra Alert Config
InfrastructureAlertConfigurationApi delete_infra_alert_config DELETE /api/events/settings/infra-alert-configs/{id} Delete Infra Alert Config
InfrastructureAlertConfigurationApi disable_infra_alert_config PUT /api/events/settings/infra-alert-configs/{id}/disable Disable Infra Alert Config
InfrastructureAlertConfigurationApi enable_infra_alert_config PUT /api/events/settings/infra-alert-configs/{id}/enable Enable Infra Alert Config
InfrastructureAlertConfigurationApi find_active_infra_alert_configs GET /api/events/settings/infra-alert-configs All Infra Alert Configs
InfrastructureAlertConfigurationApi find_infra_alert_config GET /api/events/settings/infra-alert-configs/{id} Get Infra Alert Config
InfrastructureAlertConfigurationApi find_infra_alert_config_versions GET /api/events/settings/infra-alert-configs/{id}/versions Get versions of Infra Alert Config
InfrastructureAlertConfigurationApi restore_infra_alert_config PUT /api/events/settings/infra-alert-configs/{id}/restore/{created} Restore Infra Alert Config
InfrastructureAlertConfigurationApi update_infra_alert_config POST /api/events/settings/infra-alert-configs/{id} Update Infra Alert Config
InfrastructureAnalyzeApi get_available_metrics POST /api/infrastructure-monitoring/analyze/metrics Get available metrics
InfrastructureAnalyzeApi get_available_plugins POST /api/infrastructure-monitoring/analyze/entity-types Get available entity types
InfrastructureAnalyzeApi get_entities POST /api/infrastructure-monitoring/analyze/entities Get infrastructure entities
InfrastructureAnalyzeApi get_entity_groups POST /api/infrastructure-monitoring/analyze/entity-groups Get grouped infrastructure entities with aggregated metrics
InfrastructureCatalogApi get_available_payload_keys_by_plugin_id GET /api/infrastructure-monitoring/catalog/payloads/{pluginId} Get payload keys for plugin
InfrastructureCatalogApi get_infrastructure_catalog_metrics GET /api/infrastructure-monitoring/catalog/metrics/{plugin} Get metric catalog
InfrastructureCatalogApi get_infrastructure_catalog_plugins GET /api/infrastructure-monitoring/catalog/plugins Get plugin catalog
InfrastructureCatalogApi get_infrastructure_catalog_plugins_with_custom_metrics GET /api/infrastructure-monitoring/catalog/plugins-with-custom-metrics Get all plugins with custom metrics catalog
InfrastructureCatalogApi get_infrastructure_catalog_search_fields GET /api/infrastructure-monitoring/catalog/search get search field catalog
InfrastructureCatalogApi get_tag_catalog GET /api/infrastructure-monitoring/catalog/tags/{plugin} Get available tags for a particular plugin
InfrastructureCatalogApi get_tag_catalog_all GET /api/infrastructure-monitoring/catalog/tags Get available tags
InfrastructureMetricsApi get_infrastructure_metrics POST /api/infrastructure-monitoring/metrics Get infrastructure metrics
InfrastructureResourcesApi get_monitoring_state GET /api/infrastructure-monitoring/monitoring-state Monitored host count
InfrastructureResourcesApi get_plugin_payload GET /api/infrastructure-monitoring/payloads/{snapshotId}/{payloadKey} Get a payload for a snapshot
InfrastructureResourcesApi get_snapshot GET /api/infrastructure-monitoring/snapshots/{id} Get snapshot details
InfrastructureResourcesApi get_snapshots GET /api/infrastructure-monitoring/snapshots Search snapshots
InfrastructureResourcesApi post_snapshots POST /api/infrastructure-monitoring/snapshots Get snapshot details for multiple snapshots
InfrastructureResourcesApi software_versions GET /api/infrastructure-monitoring/software/versions Get installed software
InfrastructureTopologyApi get_related_hosts GET /api/infrastructure-monitoring/graph/related-hosts/{snapshotId} Related hosts
InfrastructureTopologyApi get_topology GET /api/infrastructure-monitoring/topology Gets the infrastructure topology
LogAlertConfigurationApi create_log_alert_config POST /api/events/settings/global-alert-configs/logs Create Log Alert Config
LogAlertConfigurationApi delete_log_alert_config DELETE /api/events/settings/global-alert-configs/logs/{id} Delete Log Alert Config
LogAlertConfigurationApi disable_log_alert_config PUT /api/events/settings/global-alert-configs/logs/{id}/disable Disable Log Alert Config
LogAlertConfigurationApi enable_log_alert_config PUT /api/events/settings/global-alert-configs/logs/{id}/enable Enable Log Alert Config
LogAlertConfigurationApi find_active_log_alert_configs GET /api/events/settings/global-alert-configs/logs All Log Alert Configs
LogAlertConfigurationApi find_log_alert_config GET /api/events/settings/global-alert-configs/logs/{id} Get Log Alert Config
LogAlertConfigurationApi find_log_alert_config_versions GET /api/events/settings/global-alert-configs/logs/{id}/versions Get versions of Log Alert Config
LogAlertConfigurationApi restore_log_alert_config PUT /api/events/settings/global-alert-configs/logs/{id}/restore/{created} Restore Log Alert Config
LogAlertConfigurationApi update_log_alert_config POST /api/events/settings/global-alert-configs/logs/{id} Update Log Alert Config
LoggingAnalyzeApi get_log_volume_usage GET /api/logging/logs/getLogVolumeUsage Get Log Volume Usage
MaintenanceConfigurationApi delete_maintenance_config DELETE /api/settings/maintenance/{id} Delete maintenance configuration
MaintenanceConfigurationApi delete_maintenance_config_v2 DELETE /api/settings/v2/maintenance/{id} Delete maintenance configuration
MaintenanceConfigurationApi get_maintenance_config GET /api/settings/maintenance/{id} Maintenance configuration
MaintenanceConfigurationApi get_maintenance_config_v2 GET /api/settings/v2/maintenance/{id} Get maintenance configuration
MaintenanceConfigurationApi get_maintenance_configs GET /api/settings/maintenance All maintenance configurations
MaintenanceConfigurationApi get_maintenance_configs_v2 GET /api/settings/v2/maintenance All maintenance configurations
MaintenanceConfigurationApi pause_recurrent_maintenance_configuration PUT /api/settings/v2/maintenance/{id}/pause Pause maintenance configuration
MaintenanceConfigurationApi put_maintenance_config PUT /api/settings/maintenance/{id} Create or update maintenance configuration
MaintenanceConfigurationApi put_maintenance_config_v2 PUT /api/settings/v2/maintenance/{id} Create or update maintenance configuration
MaintenanceConfigurationApi resume_recurrent_maintenance_configuration PUT /api/settings/v2/maintenance/{id}/resume Resume maintenance configuration
MobileAppAnalyzeApi get_mobile_app_beacon_groups POST /api/mobile-app-monitoring/analyze/beacon-groups Get grouped beacon metrics
MobileAppAnalyzeApi get_mobile_app_beacons POST /api/mobile-app-monitoring/analyze/beacons Get all beacons
MobileAppCatalogApi get_all_mobile_app_catalog_tags GET /api/mobile-app-monitoring/catalog/tags Get all existing mobile app tags
MobileAppCatalogApi get_mobile_app_metric_catalog GET /api/mobile-app-monitoring/catalog/metrics Metric catalog
MobileAppCatalogApi get_mobile_app_tag_catalog GET /api/mobile-app-monitoring/catalog Get mobile app tag catalog
MobileAppConfigurationApi clear_mobile_app_source_map_upload_configuration PUT /api/mobile-app-monitoring/config/{mobileAppId}/sourcemap-upload/{sourceMapConfigId}/clear Clear sourcemap files for sourcemap upload configuration
MobileAppConfigurationApi commit_mobile_app_source_map_file PUT /api/mobile-app-monitoring/config/{mobileAppId}/sourcemap-upload/{sourceMapConfigId}/commit Commit sourcemap file upload for mobile app
MobileAppConfigurationApi delete_mobile_app_config DELETE /api/mobile-app-monitoring/config/{mobileAppId} Remove mobile app
MobileAppConfigurationApi delete_mobile_app_source_map_upload_configuration DELETE /api/mobile-app-monitoring/config/{mobileAppId}/sourcemap-upload/{sourceMapConfigId} Delete sourcemap configuration for mobile app
MobileAppConfigurationApi get_mobile_app_config GET /api/mobile-app-monitoring/config Get configured mobile apps
MobileAppConfigurationApi get_mobile_app_geo_location_configuration GET /api/mobile-app-monitoring/config/{mobileAppId}/geo-location Get geo location configuration for mobile app
MobileAppConfigurationApi get_mobile_app_geo_mapping_rules GET /api/mobile-app-monitoring/config/{mobileAppId}/geo-mapping-rules Get custom geo mapping rules for mobile app
MobileAppConfigurationApi get_mobile_app_ip_masking_configuration GET /api/mobile-app-monitoring/config/{mobileAppId}/ip-masking Get IP masking configuration for mobile app
MobileAppConfigurationApi get_mobile_app_source_map_file GET /api/mobile-app-monitoring/config/{mobileAppId}/sourcemap-upload/{sourceMapConfigId} Get sourcemap configuration for mobile app
MobileAppConfigurationApi get_mobile_app_source_map_files GET /api/mobile-app-monitoring/config/{mobileAppId}/sourcemap-upload Get all sourcemap configurations for mobile app
MobileAppConfigurationApi post_mobile_app_config POST /api/mobile-app-monitoring/config Configure new mobile app
MobileAppConfigurationApi post_mobile_app_source_map_config POST /api/mobile-app-monitoring/config/{mobileAppId}/sourcemap-upload Add new sourcemap configuration for mobile app
MobileAppConfigurationApi rename_mobile_app_config PUT /api/mobile-app-monitoring/config/{mobileAppId} Rename mobile app
MobileAppConfigurationApi set_mobile_app_geo_mapping_rules PUT /api/mobile-app-monitoring/config/{mobileAppId}/geo-mapping-rules Set custom geo mapping rules for mobile app
MobileAppConfigurationApi update_mobile_app_geo_location_configuration PUT /api/mobile-app-monitoring/config/{mobileAppId}/geo-location Update geo location configuration for mobile app
MobileAppConfigurationApi update_mobile_app_ip_masking_configuration PUT /api/mobile-app-monitoring/config/{mobileAppId}/ip-masking Update IP masking configuration for mobile app
MobileAppConfigurationApi update_mobile_app_teams PUT /api/mobile-app-monitoring/config/{mobileAppId}/teams Update teams assigned to the mobile app
MobileAppConfigurationApi upload_mobile_app_source_map_file PUT /api/mobile-app-monitoring/config/{mobileAppId}/sourcemap-upload/{sourceMapConfigId}/form Upload sourcemap file for mobile app
MobileAppMetricsApi get_mobile_app_beacon_metrics POST /api/mobile-app-monitoring/metrics Get mobile app beacon metrics
MobileAppMetricsApi get_mobile_app_beacon_metrics_v2 POST /api/mobile-app-monitoring/v2/metrics Get beacon metrics
MobileAppMetricsApi get_session GET /api/mobile-app-monitoring/session{id}{timestamp} Get mobile app session
PoliciesApi add_policies POST /api/automation/policies/bulk Create automation policies.
PoliciesApi add_policy POST /api/automation/policies Create an automation policy.
PoliciesApi delete_policy DELETE /api/automation/policies/{id} Deletes an automation policy by identifier.
PoliciesApi get_policies GET /api/automation/policies Get all automation policies.
PoliciesApi get_policy_by_id GET /api/automation/policies/{id} Get an automation policy by ID.
PoliciesApi update_policy PUT /api/automation/policies/{id} Updates an automation policy by identifier.
ReleasesApi delete_release DELETE /api/releases/{releaseId} Delete release
ReleasesApi get_all_releases GET /api/releases Get all releases
ReleasesApi get_release GET /api/releases/{releaseId} Get release
ReleasesApi post_release POST /api/releases Create release
ReleasesApi put_release PUT /api/releases/{releaseId} Update release
RolesApi create_role POST /api/settings/rbac/roles Create role
RolesApi delete_role DELETE /api/settings/rbac/roles/{id} Delete role
RolesApi get_role GET /api/settings/rbac/roles/{id} Get role by ID
RolesApi get_roles GET /api/settings/rbac/roles Get all roles
RolesApi update_role PUT /api/settings/rbac/roles/{id} Update role
SLIReportApi get_sli GET /api/sli/report/{sliId} Generate SLI report (Limitation: the Classic Edition API report can be available one hour after the SLI configuration created; other editions are around one minute.)
SLISettingsApi create_sli_config POST /api/settings/sli Create SLI Config
SLISettingsApi create_sli_config_v2 POST /api/settings/v2/sli Create SLI Config
SLISettingsApi delete_sli_config DELETE /api/settings/sli/{id} Delete SLI Config
SLISettingsApi delete_sli_config_v2 DELETE /api/settings/v2/sli/{id} Delete SLI Config
SLISettingsApi get_all_sli_configs GET /api/settings/sli Get All SLI Configs
SLISettingsApi get_all_sli_configs_v2 GET /api/settings/v2/sli Get All SLI Configs
SLISettingsApi get_sli_config GET /api/settings/sli/{id} Get SLI Config
SLISettingsApi get_sli_config_v2 GET /api/settings/v2/sli/{id} Get SLI Config
SLISettingsApi get_sli_configs_for_entity_type_and_id_v2 GET /api/settings/v2/sli/{entityType}/{entityId} Get all SLI configs for entity type and entity id
SLISettingsApi update_sli_config PUT /api/settings/sli/{id} Update SLI Config
SLOCorrectionConfigurationsApi create_slo_correction_window_config POST /api/settings/correction Create a new SLO Correction Window Config
SLOCorrectionConfigurationsApi delete_slo_correction_window_config DELETE /api/settings/correction/{id} Delete an existing SLO Correction Window Configuration
SLOCorrectionConfigurationsApi get_all_slo_correction_window_configs GET /api/settings/correction Get All SLO Correction Window Configs
SLOCorrectionConfigurationsApi get_slo_correction_window_config_by_id GET /api/settings/correction/{id} Get an existing SLO Correction Window Config
SLOCorrectionConfigurationsApi update_slo_correction_window_config PUT /api/settings/correction/{id} Update an existing SLO Correction Window Config
SLOCorrectionWindowsApi get_slo_correction GET /api/slo/correction Generate SLO Correction Windows
ServiceLevelsAlertConfigurationApi create_service_levels_alert_config POST /api/events/settings/global-alert-configs/service-levels Create Service levels Alert Config
ServiceLevelsAlertConfigurationApi delete_service_levels_alert_config DELETE /api/events/settings/global-alert-configs/service-levels/{id} Delete Service levels Alert Config
ServiceLevelsAlertConfigurationApi disable_service_levels_alert_config PUT /api/events/settings/global-alert-configs/service-levels/{id}/disable Disable Service levels Alert Config
ServiceLevelsAlertConfigurationApi enable_service_levels_alert_config PUT /api/events/settings/global-alert-configs/service-levels/{id}/enable Enable Service levels Alert Config
ServiceLevelsAlertConfigurationApi find_active_service_levels_alert_configs GET /api/events/settings/global-alert-configs/service-levels All Service levels Alert Configs
ServiceLevelsAlertConfigurationApi find_service_levels_alert_config GET /api/events/settings/global-alert-configs/service-levels/{id} Get Service levels Alert Config
ServiceLevelsAlertConfigurationApi find_service_levels_alert_config_versions GET /api/events/settings/global-alert-configs/service-levels/{id}/versions Get versions of Service levels Alert Config
ServiceLevelsAlertConfigurationApi restore_service_levels_alert_config PUT /api/events/settings/global-alert-configs/service-levels/{id}/restore/{created} Restore Service levels Alert Config
ServiceLevelsAlertConfigurationApi update_service_levels_alert_config POST /api/events/settings/global-alert-configs/service-levels/{id} Update Service levels Alert Config
ServiceLevelsObjectiveSLOConfigurationsApi create_slo_config POST /api/settings/slo Create a new SLO Config
ServiceLevelsObjectiveSLOConfigurationsApi delete_slo_config DELETE /api/settings/slo/{id} Delete an existing SLO Config
ServiceLevelsObjectiveSLOConfigurationsApi get_all_slo_config_tags GET /api/settings/slo/tags Get All SLO Config tags
ServiceLevelsObjectiveSLOConfigurationsApi get_all_slo_configs GET /api/settings/slo Get All SLO Configs
ServiceLevelsObjectiveSLOConfigurationsApi get_slo_config_by_id GET /api/settings/slo/{id} Get an existing SLO Config
ServiceLevelsObjectiveSLOConfigurationsApi update_slo_config PUT /api/settings/slo/{id} Update an existing SLO Config
ServiceLevelsObjectiveSLOReportApi get_slo GET /api/slo/report/{sloId} Generate Service Levels report
SessionSettingsApi delete_session_settings DELETE /api/settings/session Delete session settings
SessionSettingsApi get_session_settings GET /api/settings/session Get session settings
SessionSettingsApi set_session_settings PUT /api/settings/session Configure session settings
SyntheticAlertConfigurationApi create_synthetic_alert_config POST /api/events/settings/global-alert-configs/synthetics Create Synthetic Smart Alert Config
SyntheticAlertConfigurationApi delete_synthetic_alert_config DELETE /api/events/settings/global-alert-configs/synthetics/{id} Delete Synthetic Smart Alert Config
SyntheticAlertConfigurationApi disable_synthetic_alert_config PUT /api/events/settings/global-alert-configs/synthetics/{id}/disable Disable Synthetic Smart Alert Config
SyntheticAlertConfigurationApi enable_synthetic_alert_config PUT /api/events/settings/global-alert-configs/synthetics/{id}/enable Enable Synthetic Smart Alert Config
SyntheticAlertConfigurationApi find_active_synthetic_alert_configs GET /api/events/settings/global-alert-configs/synthetics Get all Synthetic Smart Alert Configs
SyntheticAlertConfigurationApi find_synthetic_alert_config GET /api/events/settings/global-alert-configs/synthetics/{id} Get Synthetic Smart Alert Config
SyntheticAlertConfigurationApi find_synthetic_alert_config_versions GET /api/events/settings/global-alert-configs/synthetics/{id}/versions Get Synthetic Smart Alert Config Versions
SyntheticAlertConfigurationApi restore_synthetic_alert_config PUT /api/events/settings/global-alert-configs/synthetics/{id}/restore/{created} Restore Synthetic Smart Alert Config
SyntheticAlertConfigurationApi update_synthetic_alert_config POST /api/events/settings/global-alert-configs/synthetics/{id} Update Synthetic Smart Alert Config
SyntheticCallsApi delete_synthetic_call DELETE /api/settings/synthetic-calls Delete synthetic call configurations
SyntheticCallsApi get_synthetic_calls GET /api/settings/synthetic-calls Synthetic call configurations
SyntheticCallsApi update_synthetic_call PUT /api/settings/synthetic-calls Update synthetic call configurations
SyntheticCatalogApi get_synthetic_catalog_metrics GET /api/synthetics/catalog/metrics Get Metric catalog
SyntheticCatalogApi get_synthetic_tag_catalog GET /api/synthetics/catalog Get synthetic tag catalog
SyntheticMetricsApi get_metrics_result POST /api/synthetics/metrics Get Synthetic Metrics
SyntheticSettingsApi create_synthetic_credential POST /api/synthetics/settings/credentials Create a Synthetic credential
SyntheticSettingsApi create_synthetic_test POST /api/synthetics/settings/tests Create a Synthetic test
SyntheticSettingsApi create_synthetic_test_cicd POST /api/synthetics/settings/tests/ci-cd Create a Synthetic test CI/CD
SyntheticSettingsApi delete_synthetic_credential DELETE /api/synthetics/settings/credentials/{name} Delete a Synthetic credential
SyntheticSettingsApi delete_synthetic_location DELETE /api/synthetics/settings/locations/{id} Delete a Synthetic location
SyntheticSettingsApi delete_synthetic_test DELETE /api/synthetics/settings/tests/{id} Delete a Synthetic test
SyntheticSettingsApi get_one_synthetic_credential_associations GET /api/synthetics/settings/credentials/associations/{name} A Synthetic credential
SyntheticSettingsApi get_synthetic_credential_associations GET /api/synthetics/settings/credentials/associations All Synthetic credentials
SyntheticSettingsApi get_synthetic_credential_names GET /api/synthetics/settings/credentials All Synthetic credential names
SyntheticSettingsApi get_synthetic_datacenter GET /api/synthetics/settings/datacenters/{datacenterId} A Synthetic datacenter
SyntheticSettingsApi get_synthetic_datacenters GET /api/synthetics/settings/datacenters All Synthetic datacenters
SyntheticSettingsApi get_synthetic_location GET /api/synthetics/settings/locations/{id} A Synthetic location
SyntheticSettingsApi get_synthetic_locations GET /api/synthetics/settings/locations All Synthetic locations
SyntheticSettingsApi get_synthetic_test GET /api/synthetics/settings/tests/{id} A Synthetic test
SyntheticSettingsApi get_synthetic_test_cicd GET /api/synthetics/settings/tests/ci-cd/{testResultId} A Synthetic test CI/CD.
SyntheticSettingsApi get_synthetic_test_cicds GET /api/synthetics/settings/tests/ci-cd All Synthetic test CI/CDs
SyntheticSettingsApi get_synthetic_tests GET /api/synthetics/settings/tests All Synthetic tests
SyntheticSettingsApi patch_synthetic_credential PATCH /api/synthetics/settings/credentials/{name} Patch a Synthetic credential
SyntheticSettingsApi patch_synthetic_test PATCH /api/synthetics/settings/tests/{id} Patch a Synthetic test
SyntheticSettingsApi update_synthetic_credential PUT /api/synthetics/settings/credentials/{name} Update a Synthetic credential
SyntheticSettingsApi update_synthetic_test PUT /api/synthetics/settings/tests/{id} Update a Synthetic test
SyntheticTestPlaybackResultsApi get_location_summary_list POST /api/synthetics/results/locationsummarylist Get a list of Synthetic locations with last run test on each location data
SyntheticTestPlaybackResultsApi get_synthetic_result POST /api/synthetics/results Get Synthetic test playback results
SyntheticTestPlaybackResultsApi get_synthetic_result_analytic POST /api/synthetics/results/analytic Get a list of Synthetic tests based on the specified analytic function
SyntheticTestPlaybackResultsApi get_synthetic_result_detail_data GET /api/synthetics/results/{testid}/{testresultid}/detail Get Synthetic test playback result detail data
SyntheticTestPlaybackResultsApi get_synthetic_result_detail_data_file GET /api/synthetics/results/{testid}/{testresultid}/file Download the synthetic test playback result detail data file
SyntheticTestPlaybackResultsApi get_synthetic_result_list POST /api/synthetics/results/list Get a list of Synthetic test playback results
SyntheticTestPlaybackResultsApi get_synthetic_result_metadata GET /api/synthetics/results/{testid}/{testresultid} Get Synthetic test playback detail result description(metadata)
SyntheticTestPlaybackResultsApi get_test_summary_list POST /api/synthetics/results/testsummarylist Get a list of Synthetic tests with success rate and average response time data
TeamsApi create_team POST /api/settings/rbac/teams Create team
TeamsApi delete_team DELETE /api/settings/rbac/teams/{id} Delete team
TeamsApi get_team GET /api/settings/rbac/teams/{id} Get team by ID
TeamsApi get_teams GET /api/settings/rbac/teams Get all teams
TeamsApi update_team PUT /api/settings/rbac/teams/{id} Update team
UsageApi get_all_usage GET /api/instana/usage/api API usage by customer
UsageApi get_hosts_per_day GET /api/instana/usage/hosts/{day}/{month}/{year} Host count day / month / year
UsageApi get_hosts_per_month GET /api/instana/usage/hosts/{month}/{year} Host count month / year
UsageApi get_usage_per_day GET /api/instana/usage/api/{day}/{month}/{year} API usage day / month / year
UsageApi get_usage_per_month GET /api/instana/usage/api/{month}/{year} API usage month / year
UserApi get_invitations GET /api/settings/invitations All pending invitations
UserApi get_user_by_id GET /api/settings/users/{userId} Get single user
UserApi get_users GET /api/settings/users All users (without invitations)
UserApi get_users_including_invitations GET /api/settings/users/overview All users (incl. invitations)
UserApi invite_users POST /api/settings/invitations Send user invitations
UserApi remove_user_from_tenant DELETE /api/settings/users/{userId} Remove user from tenant
UserApi remove_users_from_tenant PUT /api/settings/users/delete Remove users from tenant
UserApi revoke_pending_invitation DELETE /api/settings/invitations Revoke pending invitation
UserApi share_and_invite_users POST /api/settings/invitation/share Send user invitations
UserApi update_user PUT /api/settings/users/{email} Change user name of single user
WebsiteAnalyzeApi get_beacon_groups POST /api/website-monitoring/analyze/beacon-groups Get grouped beacon metrics
WebsiteAnalyzeApi get_beacons POST /api/website-monitoring/analyze/beacons Get all beacons
WebsiteCatalogApi get_website_catalog_metrics GET /api/website-monitoring/catalog/metrics Metric catalog
WebsiteCatalogApi get_website_catalog_tags GET /api/website-monitoring/catalog/tags Get all existing website tags
WebsiteCatalogApi get_website_tag_catalog GET /api/website-monitoring/catalog Get website tag catalog
WebsiteConfigurationApi clear_source_map_upload_configuration PUT /api/website-monitoring/config/{websiteId}/sourcemap-upload/{sourceMapConfigId}/clear Clear source map files for sourcemap upload configuration
WebsiteConfigurationApi create_website POST /api/website-monitoring/config Configure new website
WebsiteConfigurationApi delete_website DELETE /api/website-monitoring/config/{websiteId} Remove website
WebsiteConfigurationApi delete_website_source_map_upload_configuration DELETE /api/website-monitoring/config/{websiteId}/sourcemap-upload/{sourceMapConfigId} Delete sourcemap upload configuration for website
WebsiteConfigurationApi get_website GET /api/website-monitoring/config/{websiteId} Get configured website
WebsiteConfigurationApi get_website_geo_location_configuration GET /api/website-monitoring/config/{websiteId}/geo-location Get geo location configuration for website
WebsiteConfigurationApi get_website_geo_mapping_rules GET /api/website-monitoring/config/{websiteId}/geo-mapping-rules Get custom geo mapping rules for website
WebsiteConfigurationApi get_website_ip_masking_configuration GET /api/website-monitoring/config/{websiteId}/ip-masking Get IP masking configuration for website
WebsiteConfigurationApi get_website_source_map_upload_configuration GET /api/website-monitoring/config/{websiteId}/sourcemap-upload/{sourceMapConfigId} Get sourcemap upload configurations for website
WebsiteConfigurationApi get_website_source_map_upload_configurations GET /api/website-monitoring/config/{websiteId}/sourcemap-upload Get all sourcemap upload configurations for website
WebsiteConfigurationApi get_websites GET /api/website-monitoring/config Get configured websites
WebsiteConfigurationApi post_website_source_map_upload_config POST /api/website-monitoring/config/{websiteId}/sourcemap-upload Add new sourcemap upload configuration for website
WebsiteConfigurationApi rename_website PUT /api/website-monitoring/config/{websiteId} Rename website
WebsiteConfigurationApi set_website_geo_mapping_rules PUT /api/website-monitoring/config/{websiteId}/geo-mapping-rules Set custom geo mapping rules for website
WebsiteConfigurationApi update_website_geo_location_configuration PUT /api/website-monitoring/config/{websiteId}/geo-location Update geo location configuration for website
WebsiteConfigurationApi update_website_ip_masking_configuration PUT /api/website-monitoring/config/{websiteId}/ip-masking Update IP masking configuration for website
WebsiteConfigurationApi update_website_teams PUT /api/website-monitoring/config/{websiteId}/teams Update teams assigned to the website
WebsiteConfigurationApi upload_source_map_file PUT /api/website-monitoring/config/{websiteId}/sourcemap-upload/{sourceMapConfigId}/form Upload sourcemap file for website
WebsiteMetricsApi get_beacon_metrics POST /api/website-monitoring/metrics Get beacon metrics
WebsiteMetricsApi get_beacon_metrics_v2 POST /api/website-monitoring/v2/metrics Get beacon metrics
WebsiteMetricsApi get_page_load GET /api/website-monitoring/page-load{id}{timestamp} Get page load

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

ApiKeyAuth

  • Type: API key
  • API key parameter name: authorization
  • Location: HTTP header

Author

[email protected]

About

Python SDK for the Instana REST API

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6