Skip to content

Commit 27e6800

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[SC] Add documentation related to latest version of software catalog (#2328)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent bb6d80b commit 27e6800

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-12-18 14:10:11.474531",
8-
"spec_repo_commit": "d1f49008"
7+
"regenerated": "2024-12-18 16:21:35.283327",
8+
"spec_repo_commit": "e12aeab9"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-18 14:10:11.499340",
13-
"spec_repo_commit": "d1f49008"
12+
"regenerated": "2024-12-18 16:21:35.297169",
13+
"spec_repo_commit": "e12aeab9"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46837,7 +46837,11 @@ tags:
4683746837
page](https://docs.datadoghq.com/account_management/org_settings/service_accounts/)
4683846838
for more information.
4683946839
name: Service Accounts
46840-
- description: API to create, update, retrieve and delete service definitions.
46840+
- description: 'API to create, update, retrieve and delete service definitions.
46841+
46842+
Note: Service Catalog [v3.0 schema](https://docs.datadoghq.com/service_catalog/service_definitions/v3-0/)
46843+
has new API endpoints documented under [Software Catalog](https://docs.datadoghq.com/api/latest/software-catalog/).
46844+
Use the following Service Definition endpoints for v2.2 and earlier.'
4684146845
externalDocs:
4684246846
url: https://docs.datadoghq.com/tracing/service_catalog/
4684346847
name: Service Definition

src/datadog_api_client/v2/api/service_definition_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
class ServiceDefinitionApi:
2929
"""
3030
API to create, update, retrieve and delete service definitions.
31+
Note: Service Catalog `v3.0 schema <https://docs.datadoghq.com/service_catalog/service_definitions/v3-0/>`_ has new API endpoints documented under `Software Catalog <https://docs.datadoghq.com/api/latest/software-catalog/>`_. Use the following Service Definition endpoints for v2.2 and earlier.
3132
"""
3233

3334
def __init__(self, api_client=None):

tests/v2/features/service_definition.feature

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
@endpoint(service-definition) @endpoint(service-definition-v2)
22
Feature: Service Definition
3-
API to create, update, retrieve and delete service definitions.
3+
API to create, update, retrieve and delete service definitions. Note:
4+
Service Catalog [v3.0 schema](https://docs.datadoghq.com/service_catalog/s
5+
ervice_definitions/v3-0/) has new API endpoints documented under [Software
6+
Catalog](https://docs.datadoghq.com/api/latest/software-catalog/). Use the
7+
following Service Definition endpoints for v2.2 and earlier.
48

59
Background:
610
Given a valid "apiKeyAuth" key in the system

0 commit comments

Comments
 (0)