SolarWinds · Example Payload

Solarwinds Listcategories Example

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Solarwinds Listcategories Example is an example object payload from SolarWinds, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listCategories",
  "method": "GET",
  "path": "/categories.json",
  "summary": "Solarwinds List Categories",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listcategories200Example",
      "example": [
        {
          "id": "abc123",
          "name": "Example Title",
          "description": "A sample description."
        }
      ]
    }
  ]
}