Apigee · Schema

ListExternalApisResponse

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationMicroservicesMCPMonetization

Properties

Name Type Description
externalApis array
nextPageToken string
totalSize integer
View JSON Schema on GitHub

JSON Schema

apigee-listexternalapisresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListExternalApisResponse",
  "title": "ListExternalApisResponse",
  "type": "object",
  "properties": {
    "externalApis": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ExternalApi"
      }
    },
    "nextPageToken": {
      "type": "string"
    },
    "totalSize": {
      "type": "integer",
      "format": "int32"
    }
  }
}