GetServiceDefinition
Retrieve a specific service definition from the Datadog Service Catalog by providing the service name and optional schema version for precise data access.
Instructions
Get a single service definition from the Datadog Service Catalog.
Path Parameters:
- service_name (Required): The name of the service.
Query Parameters:
- schema_version: The schema version desired in the response.
Responses:
- 200 (Success): OK
- Content-Type:
application/json
- Response Properties:
- Example:
- Content-Type:
- 400: Bad Request
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 403: Forbidden
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 404: Not Found
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 409: Conflict
- 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 |
---|---|---|---|
schema_version | No | Schema versions | |
service_name | Yes | The name of the service. |