Open SSL3 is coming. Prepare your Splunk Environment.Learn more

 Splunk Observability Cloud API endpoint overview

    The following table includes a complete list of the Splunk Observability Cloud API endpoints.

    Info Circle

    To create an organization access token (org token) with specific permissions, use the Splunk Observability Cloud user interface.

    APIDescriptionMethodEndpoint
    Send Metrics and Events APISends metrics to Splunk Observability CloudPOSThttps://ingest.<REALM>.signalfx.com/v2/datapoint
    Send Metrics and Events APISends custom events to Splunk Observability CloudPOSThttps://ingest.<REALM>.signalfx.com/v2/event
    Backfill APISends historical MTS to Splunk Observability CloudPOSThttps://backfill.<REALM>.signalfx.com/v1/backfill
    Metrics Metadata APIRetrieves dimensions based on a queryGEThttps://api.<REALM>.signalfx.com/v2/dimension
    Metrics Metadata APIRetrieves metadata for a dimension and valueGEThttps://api.<REALM>.signalfx.com/v2/dimension/<key>/<value>
    Metrics Metadata APIOverwrites metadata for the specified dimensionPUThttps://api.<REALM>.signalfx.com/v2/dimension/<key>/<value>
    Metrics Metadata APIRetrieve metadata for metricsGEThttps://api.<REALM>.signalfx.com/v2/metric
    Metrics Metadata APIRetrieves the metadata for a metric nameGEThttps://api.<REALM>.signalfx.com/v2/metric/<name>
    Metrics Metadata APIRetrieves metric time series (MTS) metadata based on a queryGEThttps://api.<REALM>.signalfx.com/v2/metrictimeseries
    Metrics Metadata APIRetrieves the MTS metadata for a metric time seriesGEThttps://api.<REALM>.signalfx.com/v2/metrictimeseries/<id>
    Metrics Metadata APIRetrieves metadata for tagsGEThttps://api.<REALM>.signalfx.com/v2/tag
    Metrics Metadata APIDeletes a tagDELETEhttps://api.<REALM>.signalfx.com/v2/tag/<name>
    Metrics Metadata APIRetrieves metadata for a tagGEThttps://api.<REALM>.signalfx.com/v2/tag/<name>
    Metrics Metadata APICreates or updates a tagPUThttps://api.<REALM>.signalfx.com/v2/tag/<name>
    APM Trace Download APIGets trace segments for a specific trace IDGEThttps://api.<REALM>.signalfx.com/v2/apm/trace/{traceId}/segments
    APM Trace Download APIGets trace content for a specific trace segmentGEThttps://api.<REALM>.signalfx.com/v2/apm/trace/{traceId}/{segmentTimestamp}
    APM Trace Download APIGets the most recent trace segmentGEThttps://api.<REALM>.signalfx.com/v2/apm/trace/{traceId}/latest
    Charts APIGets one or more charts based on selection criteriaGEThttps://api.<REALM>.signalfx.com/v2/chart
    Charts APICreates a new chartPOSThttps://api.<REALM>.signalfx.com/v2/chart
    Charts APIDeletes an existing chartDELETEhttps://api.<REALM>.signalfx.com/v2/chart/<id>
    Charts APIRetrieves a single chartGEThttps://api.<REALM>.signalfx.com/v2/chart/<id>
    Charts APIUpdates an existing chartPUThttps://api.<REALM>.signalfx.com/v2/chart/<id>
    Dashboards APIRetrieves dashboards based on search criteriaGEThttps://api.<REALM>.signalfx.com/v2/dashboard
    Dashboards APICreates a single dashboardPOSThttps://api.<REALM>.signalfx.com/v2/dashboard
    Dashboards APICreates a new dashboard containing new chartsPOSThttps://api.<REALM>.signalfx.com/v2/dashboard/simple
    Dashboards APIDeletes the dashboard specified in the <id> path parameterDELETEhttps://api.<REALM>.signalfx.com/v2/dashboard/<id>
    Dashboards APIRetrieves a dashboard specified in the <id> path parameterGEThttps://api.<REALM>.signalfx.com/v2/dashboard/<id>
    Dashboards APIUpdates a dashboard specified in the <id> path parameterPUThttps://api.<REALM>.signalfx.com/v2/dashboard/<id>
    Dashboard Groups APIRetrieves dashboard groups based on search criteriaGEThttps://api.<REALM>.signalfx.com/v2/dashboardgroup
    Dashboard Groups APICreates a dashboard groupPOSThttps://api.<REALM>.signalfx.com/v2/dashboardgroup
    Dashboard Groups APIDeletes a dashboard groupDELETEhttps://api.<REALM>.signalfx.com/v2/dashboardgroup/<id>
    Dashboard Groups APIRetrieves a single dashboard groupGEThttps://api.<REALM>.signalfx.com/v2/dashboardgroup/<id>
    Dashboard Groups APIUpdates a dashboard groupPUThttps://api.<REALM>.signalfx.com/v2/dashboardgroup/<id>
    Dashboard Groups APIMake a clone of an existing dashboardPOSThttps://api.<REALM>.signalfx.com/v2/dashboardgroup/<id>/dashboard
    Detectors APIRetrieves detectors based on search criteriaGEThttps://api.<REALM>.signalfx.com/v2/detector
    Detectors APICreates a detectorPOSThttps://api.<REALM>.signalfx.com/v2/detector
    Detectors APIValidates a v2 detectorPOSThttps://api.<REALM>.signalfx.com/v2/detector/validate
    Detectors APIDeletes a single detectorDELETEhttps://api.<REALM>.signalfx.com/v2/detector/<id>
    Detectors APIRetrieves a specified detectorGEThttps://api.<REALM>.signalfx.com/v2/detector/<id>
    Detectors APIUpdates properties for a v2 detectorPUThttps://api.<REALM>.signalfx.com/v2/detector/<id>
    Detectors APIDisables detect blocks for a v2 detectorPUThttps://api.<REALM>.signalfx.com/v2/detector/<id>/disable
    Detectors APIEnables detect blocks for a v2 detectorPUThttps://api.<REALM>.signalfx.com/v2/detector/<id>/enable
    Detectors APIRetrieves events generated by a v2 detectorGEThttps://api.<REALM>.signalfx.com/v2/detector/<id>/events
    Detectors APIGets active incidents for a v2 detectorGEThttps://api.<REALM>.signalfx.com/v2/detector/<id>/incidents
    Data Links APIRetrieves data links based on search criteriaGEThttps://api.<REALM>.signalfx.com/v2/crosslink
    Data Links APICreates one or more data link targetsPOSThttps://api.<REALM>.signalfx.com/v2/crosslink
    Data Links APIDeletes the single data link specified by an IDDELETEhttps://api.<REALM>.signalfx.com/v2/crosslink/<id>
    Data Links APIRetrieves the single data link specified by an IDGEThttps://api.<REALM>.signalfx.com/v2/crosslink/<id>
    Data Links APIUpdates the single data link specified by an IDPUThttps://api.<REALM>.signalfx.com/v2/crosslink/<id>
    Incidents and Alerts APIRetrieves muting rules based on search criteriaGEThttps://api.<REALM>.signalfx.com/v2/alertmuting
    Incidents and Alerts APICreates a new muting rulePOSThttps://api.<REALM>.signalfx.com/v2/alertmuting
    Incidents and Alerts APIDeletes a muting rule specified in the <id> path parameterDELETEhttps://api.<REALM>.signalfx.com/v2/alertmuting/<id>
    Incidents and Alerts APIRetrieves the muting rule specified in the <id> path parameterGEThttps://api.<REALM>.signalfx.com/v2/alertmuting/<id>
    Incidents and Alerts APIUpdates a muting rulePUThttps://api.<REALM>.signalfx.com/v2/alertmuting/<id>
    Incidents and Alerts APIEnds the active muting period for a muting rulePUThttps://api.<REALM>.signalfx.com/v2/alertmuting/<id>/unmute
    Incidents and Alerts APIRetrieves information for all incidentsGEThttps://api.<REALM>.signalfx.com/v2/incident
    Incidents and Alerts APIClears specified incidentsPUThttps://api.<REALM>.signalfx.com/v2/incident/clear
    Incidents and Alerts APIRetrieves the incident specified in the <id> path parameterGEThttps://api.<REALM>.signalfx.com/v2/incident/<id>
    Incidents and Alerts APIClears an incident specified by the <id> path parameterPUThttps://api.<REALM>.signalfx.com/v2/incident/<id>/clear
    Retrieve Custom Events APIRetrieves custom events specified by search criteriaGEThttps://ingest.<REALM>.signalfx.com/v1/event
    Integrations APIRetrieves integrations based on search criteriaGEThttps://api.<REALM>.signalfx.com/v2/integration
    Integrations APICreates an integrationPOSThttps://api.<REALM>.signalfx.com/v2/integration
    Integrations APIValidates the integration specified in the <id> path parameterGEThttps://api.<REALM>.signalfx.com/v2/integration/validate/<id>
    Integrations APIDeletes an integration specified in the <id> path parameterDELETEhttps://api.<REALM>.signalfx.com/v2/integration/<id>
    Integrations APIRetrieves an integration specified in the <id> path parameterGEThttps://api.<REALM>.signalfx.com/v2/integration/<id>
    Integrations APIUpdates an integration specified in the <id> path parameterPUThttps://api.<REALM>.signalfx.com/v2/integration/<id>
    Session Tokens APIInvalidates an existing session tokenDELETEhttps://api.<REALM>.signalfx.com/v2/session
    Session Tokens APICreates a session tokenPOSThttps://api.<REALM>.signalfx.com/v2/session
    Org Tokens APIRetrieve one or more org tokens specified by search criteriaGEThttps://api.<REALM>.signalfx.com/v2/token
    Org Tokens APICreate an org tokenPOSThttps://api.<REALM>.signalfx.com/v2/token
    Org Tokens APIDeletes the org token specified in the <name> path parameterDELETEhttps://api.<REALM>.signalfx.com/v2/token/<name>
    Org Tokens APIRetrieve the org token specified in the <name> path parameterGEThttps://api.<REALM>.signalfx.com/v2/token/<name>
    Org Tokens APIUpdates the org token specified in the <name> path parameterPUThttps://api.<REALM>.signalfx.com/v2/token/<name>
    Org Tokens APIRotates the secret for the org token specified in the <name> path parameterPOSThttps://api.<REALM>.signalfx.com/v2/token/<name>/rotate
    Organizations APIGets the organization objectGEThttps://api.<REALM>.signalfx.com/v2/organization
    Organizations APIRetrieve all custom categories for the organizationGEThttps://api.<REALM>.signalfx.com/v2/organization/custom-categories
    Organizations APICreate, update, or delete custom categoriesPATCHhttps://api.<REALM>.signalfx.com/v2/organization/custom-categories
    Organizations APIRetrieves members of the organizationGEThttps://api.<REALM>.signalfx.com/v2/organization/member
    Organizations APIInvites a user to the organizationPOSThttps://api.<REALM>.signalfx.com/v2/organization/member
    Organizations APIDeletes the member specified in the <id> path parameterDELETEhttps://api.<REALM>.signalfx.com/v2/organization/member/<id>
    Organizations APIRetrieves the information for the member specified in the <id> path parameterGEThttps://api.<REALM>.signalfx.com/v2/organization/member/<id>
    Organizations APIUpdates the administrative access for the member specified in the <id> path parameterPUThttps://api.<REALM>.signalfx.com/v2/organization/member/<id>
    Organizations APIInvites users to the organizationPOSThttps://api.<REALM>.signalfx.com/v2/organization/members
    Teams APIRetrieves teams based on search criteriaGEThttps://api.<REALM>.signalfx.com/v2/team
    Teams APICreates a teamPOSThttps://api.<REALM>.signalfx.com/v2/team
    Teams APIDeletes the team specified in the <id> path parameterDELETEhttps://api.<REALM>.signalfx.com/v2/team/<id>
    Teams APIRetrieves the team specified in the <id> path parameterGEThttps://api.<REALM>.signalfx.com/v2/team/<id>
    Teams APIUpdates the team specified in the <id> path parameterPUThttps://api.<REALM>.signalfx.com/v2/team/<id>
    Teams APIRetrieves a team member for a teamGEThttps://api.<REALM>.signalfx.com/v2/team/<id>/member/<orgUserId>
    Teams APIUpdates team membersPUThttps://api.<REALM>.signalfx.com/v2/team/<id>/members
    Teams APIUpdates user team manager flag for a single userPUThttps://api.<REALM>.signalfx.com/v2/team/<id>/membership
    Teams APIUpdates team manager flags for multiple team membersPUThttps://api.<REALM>.signalfx.com/v2/team/<id>/memberships
    SignalFlow APICreates a WebSocket connection to SignalFlowGEThttps://stream.<REALM>.signalfx.com/v2/signalflow/connect
    SignalFlow APIStarts a SignalFlow computationPOSThttps://stream.<REALM>.signalfx.com/v2/signalflow/execute
    SignalFlow APIPreview count of detector alertsPOSThttps://stream.<REALM>.signalfx.com/v2/signalflow/preflight
    SignalFlow APIRetrieves status and feedback messages for a computationGEThttps://stream.<REALM>.signalfx.com/v2/signalflow/<id>/feedback
    SignalFlow APIStops a SignalFlow computationPOSThttps://stream.<REALM>.signalfx.com/v2/signalflow/<id>/stop
    Retrieve MTS APIRetrieves MTS for a specified time windowGEThttps://api.<REALM>.signalfx.com/v1/timeserieswindow