{ "opencollection": "1.0.0", "info": { "name": "Apigee API Hub Analytics API Observations API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "API Observations", "type": "folder" }, "items": [ { "info": { "name": "Apigee List API Observations", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/observationJobs/:observationJobId/apiObservations", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "observationJobId", "value": "", "type": "path", "description": "ID of the observation job." }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum number of items to return per page." }, { "name": "pageToken", "value": "", "type": "query", "description": "Page token returned from a previous list request." } ] }, "docs": "Lists all API observations discovered by the specified observation job. Each observation represents a shadow API endpoint detected through traffic analysis." }, { "info": { "name": "Apigee Get an API Observation", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/observationJobs/:observationJobId/apiObservations/:apiObservationId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "observationJobId", "value": "", "type": "path", "description": "ID of the observation job." }, { "name": "apiObservationId", "value": "", "type": "path", "description": "ID of the API observation." } ] }, "docs": "Gets details for a specific API observation, including the discovered hostname, server IPs, request count, and last seen time." }, { "info": { "name": "Apigee Batch Edit API Observation Tags", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/observationJobs/:observationJobId/apiObservations:batchEditTags", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "observationJobId", "value": "", "type": "path", "description": "ID of the observation job." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates tags on multiple API observations in a single batch operation. Tags help categorize and organize discovered APIs." } ] } ], "bundled": true }