GetServiceDefinition
Retrieve a specific service definition from the Datadog Service Catalog by providing the service name and optional schema version. Supports structured JSON responses for accurate service data retrieval.
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:
400: Bad Request
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
403: Forbidden
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
404: Not Found
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
409: Conflict
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 |
---|---|---|---|
schema_version | No | Schema versions | |
service_name | Yes | The name of the service. |