SolarWinds · Schema

BulkDeleteRequest

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Properties

Name Type Description
uris array Array of SWIS URIs to delete
View JSON Schema on GitHub

JSON Schema

solarwinds-orion-bulk-delete-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BulkDeleteRequest",
  "type": "object",
  "properties": {
    "uris": {
      "type": "array",
      "description": "Array of SWIS URIs to delete"
    }
  }
}