Add transformation block
POST {{baseUrl}}/api/organizations/:organizationId/transformation
Adds a transformation block.
Request Body
{"name"=>"<string>", "dockerContainer"=>"<string>", "indMetadata"=>"<boolean>", "description"=>"<string>", "cliArguments"=>"<string>", "additionalMountPoints"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "operatesOn"=>"<string>", "requestsCpu"=>"<number>", "requestsMemory"=>"<integer>", "limitsCpu"=>"<number>", "limitsMemory"=>"<integer>", "allowExtraCliArguments"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}