SolarWinds · Schema

SearchResponse

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Properties

Name Type Description
rsid object
View JSON Schema on GitHub

JSON Schema

solarwinds-searchresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SearchResponse",
  "title": "SearchResponse",
  "type": "object",
  "properties": {
    "rsid": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "Result Set ID for retrieving events"
        },
        "status": {
          "type": "string",
          "description": "Search status"
        }
      },
      "example": "500123"
    }
  }
}