Key

Generates a new key for a pipeline invalidating the old one. The key is used for authentication when sending logs.

This tag groups all operations for key.

Create Key

post

Creates a new Key.

The full Key needs to be provided to create the object. Optional data will be filled with defaults or left empty.

Authorizations
Path parameters
pipelineIdstring · uuidRequired

The ID (UUID) of the Pipeline.

Example: f72521ba-1590-5998-bf96-6eb997a5887d
Body
objectOptional

Generates a new key for a pipeline invalidating the old one. The key is used for authentication when sending logs.

Responses
201
Key successfully created.
application/json
post
POST /pipelines/{pipelineId}/key HTTP/1.1
Host: logging.de-fra.ionos.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 2

{}
{
  "key": "momSrlgAAEmaYEvBsMr^HsYn"
}

Was this helpful?