v54

latestOpenAPI 3.0.3Apache-2.0raw.githubusercontent.com2026-08-07281149769.9 KB
Clients
Enterprise

Create an artifact upload session

Endpoint for clients to create an artifact upload session and associate it with a running management operation.

Note: caller must be a client. For users, this endpoint will return a 403 as they are not expected or allowed to call this endpoint.

post/api/v2/clients/management/artifacts

Request body

operation_idstring uuid required
artifact_type'support_bundle' required
total_sizeinteger required
part_sizeinteger

Optional upload part size. When omitted or zero, the server default is used.

part_countinteger required
content_typestring

Optional artifact content type. Support bundle uploads default to application/zip.

checksum_algorithm'sha256' | 'sha512' required
checksumstring required

Hex-encoded checksum for the completed artifact.

Response

OK