From e95e11eb4a6ddf4d4bc5b727373ba1aae1531c1d Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 7 Apr 2026 12:50:09 +0000 Subject: [PATCH] Regenerate client from commit 6e0c972 of spec repo --- .generator/schemas/v2/openapi.yaml | 77 ++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index e83df8269e5f..2eeb0d38dfdb 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -2095,6 +2095,13 @@ components: properties: data: $ref: "#/components/schemas/AWSCloudAuthPersonaMappingsData" + example: + - attributes: + account_identifier: "test@test.com" + account_uuid: "12bbdc5c-5966-47e0-8733-285f9e44bcf4" + arn_pattern: "arn:aws:iam::123456789012:user/testuser" + id: "c5c758c6-18c2-4484-ae3f-46b84128404a" + type: aws_cloud_auth_config required: - data type: object @@ -30890,6 +30897,11 @@ components: properties: data: $ref: "#/components/schemas/IncidentHandlesResponseData" + example: + - attributes: + name: "@incident-sev-1" + id: "12ceee6d-a7c0-4407-bc54-30e54140d7f0" + type: incident_handles included: $ref: "#/components/schemas/IncidentHandleIncludedResponse" required: @@ -35282,6 +35294,12 @@ components: properties: data: $ref: "#/components/schemas/JiraAccountsData" + example: + - attributes: + consumer_key: "consumer-key-1" + instance_url: "https://example.atlassian.net" + id: "account-1" + type: jira-account meta: $ref: "#/components/schemas/JiraAccountsMeta" required: @@ -35603,6 +35621,17 @@ components: properties: data: $ref: "#/components/schemas/JiraIssueTemplatesData" + example: + - attributes: + fields: + description: + payload: "Test Description" + type: "json" + issue_type_id: "10001" + name: "Bug Report Template" + project_id: "PROJECT-1" + id: "65b3341b-0680-47f9-a6d4-134db45c603e" + type: jira-issue-template included: $ref: "#/components/schemas/JiraAccountsData" required: @@ -37656,6 +37685,14 @@ components: properties: data: $ref: "#/components/schemas/ListFindingsData" + example: + - attributes: + evaluation: fail + resource: "arn:aws:s3:::my-bucket" + resource_type: aws_s3_bucket + status: open + id: "abc-123-xyz" + type: finding meta: $ref: "#/components/schemas/ListFindingsMeta" required: @@ -48280,6 +48317,12 @@ components: properties: data: $ref: "#/components/schemas/OutcomesBatchResponseData" + example: + - attributes: + service_name: my-service + state: pass + id: "outcome-abc123" + type: rule-outcome meta: $ref: "#/components/schemas/OutcomesBatchResponseMeta" required: @@ -62481,6 +62524,13 @@ components: properties: data: $ref: "#/components/schemas/ServiceNowAssignmentGroupsData" + example: + - attributes: + group_name: "IT Operations" + group_sys_id: "abc123def456" + instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e" + id: "65b3341b-0680-47f9-a6d4-134db45c603e" + type: assignment_groups required: - data type: object @@ -62588,6 +62638,13 @@ components: properties: data: $ref: "#/components/schemas/ServiceNowBusinessServicesData" + example: + - attributes: + instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e" + service_name: "IT Support" + service_sys_id: "abc123def456" + id: "65b3341b-0680-47f9-a6d4-134db45c603e" + type: business_services required: - data type: object @@ -62644,6 +62701,11 @@ components: properties: data: $ref: "#/components/schemas/ServiceNowInstancesData" + example: + - attributes: + instance_name: "my-servicenow-instance" + id: "65b3341b-0680-47f9-a6d4-134db45c603e" + type: instance required: - data type: object @@ -62889,6 +62951,13 @@ components: properties: data: $ref: "#/components/schemas/ServiceNowTemplatesData" + example: + - attributes: + handle_name: "incident-template" + instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e" + servicenow_tablename: "incident" + id: "65b3341b-0680-47f9-a6d4-134db45c603e" + type: servicenow_templates required: - data type: object @@ -63015,6 +63084,14 @@ components: properties: data: $ref: "#/components/schemas/ServiceNowUsersData" + example: + - attributes: + email: "john.doe@example.com" + instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e" + user_name: "john.doe" + user_sys_id: "abc123def456" + id: "65b3341b-0680-47f9-a6d4-134db45c603e" + type: users required: - data type: object