Create extraction configuration revision

Creates a configuration revision for the given extraction pipeline.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required
externalId
required
string [ 1 .. 255 ] characters

External ID of the extraction pipeline this configuration revision belongs to.

config
string

Configuration content.

description
string or null

A description of this configuration revision.

Responses
200

Response with the created configuration revision

400

Response for a failed request

post/extpipes/config
Request samples
application/json
{
  • "externalId": "string",
  • "config": "string",
  • "description": "string"
}
Response samples
application/json
{
  • "externalId": "string",
  • "config": "string",
  • "revision": 2147483647,
  • "createdTime": 0,
  • "description": "string"
}