ListServiceDefinitions
Retrieve all service definitions from the Datadog Service Catalog using pagination and schema version parameters. Manage API responses for success, forbidden, or rate-limited scenarios.
Instructions
Get a list of all service definitions from the Datadog Service Catalog.
Query Parameters:
- page[size]: Size for a given page. The maximum allowed value is 100.
- page[number]: Specific page number to return.
- schema_version: The schema version desired in the response.
Responses:
- 200 (Success): OK
- Content-Type:
application/json
- Response Properties:
- data: Data representing service definitions.
- Example:
- Content-Type:
- 403: Forbidden
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 429: Too many requests
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page[number] | No | Specific page number to return. | |
page[size] | No | Size for a given page. The maximum allowed value is 100. | |
schema_version | No | Schema versions |