-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate client from commit 9b78f561 of spec repo
- Loading branch information
ci.datadog-api-spec
committed
Jan 9, 2025
1 parent
5bf3b2f
commit 297ff94
Showing
7 changed files
with
136 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_819339921.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
// Send pipeline event with custom provider returns "Request accepted for processing" response | ||
import com.datadog.api.client.ApiClient; | ||
import com.datadog.api.client.ApiException; | ||
import com.datadog.api.client.v2.api.CiVisibilityPipelinesApi; | ||
import com.datadog.api.client.v2.model.CIAppCreatePipelineEventRequest; | ||
import com.datadog.api.client.v2.model.CIAppCreatePipelineEventRequestAttributes; | ||
import com.datadog.api.client.v2.model.CIAppCreatePipelineEventRequestAttributesResource; | ||
import com.datadog.api.client.v2.model.CIAppCreatePipelineEventRequestData; | ||
import com.datadog.api.client.v2.model.CIAppCreatePipelineEventRequestDataType; | ||
import com.datadog.api.client.v2.model.CIAppGitInfo; | ||
import com.datadog.api.client.v2.model.CIAppPipelineEventFinishedPipeline; | ||
import com.datadog.api.client.v2.model.CIAppPipelineEventPipeline; | ||
import com.datadog.api.client.v2.model.CIAppPipelineEventPipelineLevel; | ||
import com.datadog.api.client.v2.model.CIAppPipelineEventPipelineStatus; | ||
import java.time.OffsetDateTime; | ||
|
||
public class Example { | ||
public static void main(String[] args) { | ||
ApiClient defaultClient = ApiClient.getDefaultApiClient(); | ||
CiVisibilityPipelinesApi apiInstance = new CiVisibilityPipelinesApi(defaultClient); | ||
|
||
CIAppCreatePipelineEventRequest body = | ||
new CIAppCreatePipelineEventRequest() | ||
.data( | ||
new CIAppCreatePipelineEventRequestData() | ||
.attributes( | ||
new CIAppCreatePipelineEventRequestAttributes() | ||
.providerName("example-provider") | ||
.resource( | ||
new CIAppCreatePipelineEventRequestAttributesResource( | ||
new CIAppPipelineEventPipeline( | ||
new CIAppPipelineEventFinishedPipeline() | ||
.level(CIAppPipelineEventPipelineLevel.PIPELINE) | ||
.uniqueId("3eacb6f3-ff04-4e10-8a9c-46e6d054024a") | ||
.name("Deploy to AWS") | ||
.url( | ||
"https://my-ci-provider.example/pipelines/my-pipeline/run/1") | ||
.start(OffsetDateTime.now().plusSeconds(-120)) | ||
.end(OffsetDateTime.now().plusSeconds(-30)) | ||
.status(CIAppPipelineEventPipelineStatus.SUCCESS) | ||
.partialRetry(false) | ||
.git( | ||
new CIAppGitInfo() | ||
.repositoryUrl( | ||
"https://github.com/DataDog/datadog-agent") | ||
.sha("7f263865994b76066c4612fd1965215e7dcb4cd2") | ||
.authorEmail("[email protected]")))))) | ||
.type(CIAppCreatePipelineEventRequestDataType.CIPIPELINE_RESOURCE_REQUEST)); | ||
|
||
try { | ||
apiInstance.createCIAppPipelineEvent(body); | ||
} catch (ApiException e) { | ||
System.err.println( | ||
"Exception when calling CiVisibilityPipelinesApi#createCIAppPipelineEvent"); | ||
System.err.println("Status code: " + e.getCode()); | ||
System.err.println("Reason: " + e.getResponseBody()); | ||
System.err.println("Response headers: " + e.getResponseHeaders()); | ||
e.printStackTrace(); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...peline_event_with_custom_provider_returns_Request_accepted_for_processing_response.freeze
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2025-01-08T08:57:29.599Z |
32 changes: 32 additions & 0 deletions
32
...pipeline_event_with_custom_provider_returns_Request_accepted_for_processing_response.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[ | ||
{ | ||
"httpRequest": { | ||
"body": { | ||
"type": "JSON", | ||
"json": "{\"data\":{\"attributes\":{\"provider_name\":\"example-provider\",\"resource\":{\"end\":\"2025-01-08T08:56:59.599Z\",\"git\":{\"author_email\":\"[email protected]\",\"repository_url\":\"https://github.com/DataDog/datadog-agent\",\"sha\":\"7f263865994b76066c4612fd1965215e7dcb4cd2\"},\"level\":\"pipeline\",\"name\":\"Deploy to AWS\",\"partial_retry\":false,\"start\":\"2025-01-08T08:55:29.599Z\",\"status\":\"success\",\"unique_id\":\"3eacb6f3-ff04-4e10-8a9c-46e6d054024a\",\"url\":\"https://my-ci-provider.example/pipelines/my-pipeline/run/1\"}},\"type\":\"cipipeline_resource_request\"}}" | ||
}, | ||
"headers": {}, | ||
"method": "POST", | ||
"path": "/api/v2/ci/pipeline", | ||
"keepAlive": false, | ||
"secure": true | ||
}, | ||
"httpResponse": { | ||
"body": "{\"data\":null}", | ||
"headers": { | ||
"Content-Type": [ | ||
"application/vnd.api+json" | ||
] | ||
}, | ||
"statusCode": 202, | ||
"reasonPhrase": "Accepted" | ||
}, | ||
"times": { | ||
"remainingTimes": 1 | ||
}, | ||
"timeToLive": { | ||
"unlimited": true | ||
}, | ||
"id": "c3f1f245-7eca-522f-3006-d46cf4c7d02e" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,6 +108,13 @@ Feature: CI Visibility Pipelines | |
When the request is sent | ||
Then the response status is 202 Request accepted for processing | ||
|
||
@team:Datadog/ci-app-backend | ||
Scenario: Send pipeline event with custom provider returns "Request accepted for processing" response | ||
Given new "CreateCIAppPipelineEvent" request | ||
And body with value {"data": {"attributes": {"provider_name": "example-provider", "resource": {"level": "pipeline","unique_id": "3eacb6f3-ff04-4e10-8a9c-46e6d054024a","name": "Deploy to AWS","url": "https://my-ci-provider.example/pipelines/my-pipeline/run/1","start": "{{ timeISO('now - 120s') }}","end": "{{ timeISO('now - 30s') }}","status": "success","partial_retry": false,"git": {"repository_url": "https://github.com/DataDog/datadog-agent","sha": "7f263865994b76066c4612fd1965215e7dcb4cd2","author_email": "[email protected]"}}},"type": "cipipeline_resource_request"}} | ||
When the request is sent | ||
Then the response status is 202 Request accepted for processing | ||
|
||
@skip @team:Datadog/ci-app-backend | ||
Scenario: Send pipeline job event returns "Request accepted for processing" response | ||
Given new "CreateCIAppPipelineEvent" request | ||
|