SolarWinds · Example Payload

Solarwinds Getaccountinfo Example

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Solarwinds Getaccountinfo 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": "getAccountInfo",
  "method": "GET",
  "path": "/customer",
  "summary": "Solarwinds Get Account Information",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getaccountinfo200Example",
      "example": {
        "id": "abc123",
        "subdomain": "example_value",
        "tokens": [
          "example_value"
        ],
        "subscription": {
          "plan_name": "example_value"
        },
        "users": [
          {
            "id": "abc123",
            "email": "user@example.com"
          }
        ]
      }
    }
  ]
}