Apigee · Schema

ListObservationSourcesResponse

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetization

Properties

Name Type Description
observationSources array
nextPageToken string
unreachable array
View JSON Schema on GitHub

JSON Schema

apigee-listobservationsourcesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListObservationSourcesResponse",
  "title": "ListObservationSourcesResponse",
  "type": "object",
  "properties": {
    "observationSources": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ObservationSource"
      }
    },
    "nextPageToken": {
      "type": "string"
    },
    "unreachable": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}