Skip to content

Summarize deployment logs

POST
/v1/stacks/{org_uuid}/{stack_id}/deployments/{deployment_uuid}/logs/summarize

Get a summary using layman words of the
deployments logs.

Authorizations

apiKey

API key as username in Basic Authorization with
empty password.

TypeAPI Key (header: Authorization)
or
jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"
stack_id*

ID of the Stack

Typeinteger
Required
format"int64"
deployment_uuid*

UUID of the deployment

Typestring
Required
format"uuid"

Query Parameters

force

Force the request to avoid any cached content.

Typeboolean
Exampletrue

Responses

OK

application/json
JSON
{
"summary": {
"contents": [
"string"
],
"created_at": "string",
"requester": {
"user_uuid": "683e0589-65a8-48b8-bd90-6ee89e0682ab",
"display_name": "Marius Tolzmann",
"user_picture_url": "https://lh3.googleusercontent.com/a/AAcHTtcBqudpP0hVoQyjDv-v5b4lP6e0vN_92zi_aPp90hE=s96-c"
}
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI