Documentation forSolarWinds Observability

Public API

The SolarWinds Observability API is currently available in two different formats: a public REST API using Swagger, designed to give create, read, update, and delete (CRUD) access; and a GraphQL-style API granting access to some DEM or database information. To interact with either API, create a full-access API token and use that while issuing a request to one of the following URLs, where xx-yy matches your organization's data center, see Data centers and endpoint URIs.

  • Swagger — https://api.xx-yy.cloud.solarwinds.com/

  • GraphQL — https://api.xx-yy.cloud.solarwinds.com/graphql

Requests using the Swagger API must include the full endpoint for the type of data requested.

See the following topics for additional information about the API, including details about the API URLs and endpoints, example requests, how to access and call the API, and how to view the documentation: