API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
| API Resource Path: /debugsessions |
| A session configured on the API Platform to record specified messages and associated pipeline processing metadata for debugging purposes |
| Create Debug Session | Detail | |
/environments/{env_name} /apis/{api_name}/revisions/{revision_number}/debugsessions | ||
| Verb: | POST | |
| Description: | Creates a debug session on Apigee | |
| Content Types: |
application/x-www-url-form-encoded
| |
| Auth: | Basic Auth | |
| Delete a debug session | Detail | |
/environments/{environmentName}/apis/{apiName}/revisions/{revisionVersion}/debugsessions/{sessionID} | ||
| Verb: | DELETE | |
| Description: | Deletes a debug session previously generated in an environment | |
| Auth: | Basic Auth | |
| Get Debug Session Data | Detail | |
/environments/{environmentName}/apis/{apiName}/revisions/{revisionId/debugsessions/{debugSessionId}/data | ||
| Verb: | GET | |
| Description: | ||
| Auth: | Basic Auth | |
| List Debug Sessions | Detail | |
/environment/{environmentName}/debugsessions | ||
| Verb: | GET | |
| Description: | Get a list of debug sessions by ID within an environment | |
| Auth: | Basic Auth | |