ListServiceDefinitions
Retrieve service definitions from the Datadog Service Catalog. Specify page size, number, and schema version to access structured data via API.
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:
403: Forbidden
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
429: Too many requests
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
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 |