Offline Agent Version
Uploads artifacts for an offline agent upgrade as a multipart form. Use /offline-agent-version/{version}/stream instead.
Path parameters
versionstringRequired
Agent version being uploaded
Body
filestringRequired
Artifact archive to upload
Responses
204
Successful upload, no content
No content
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
409
Conflict
application/json
500
Internal Server Error
application/json
post
POST /v1/offline-agent-version/{version} HTTP/1.1
Host:
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 15
"file='text'"
No content
Uploads artifacts for an offline agent upgrade. The gzipped artifact package should be streamed directly as the http body.
Path parameters
versionstringRequired
Agent version being uploaded
Responses
204
Successful upload, no content
No content
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
409
Conflict
application/json
500
Internal Server Error
application/json
post
POST /v1/offline-agent-version/{version}/stream HTTP/1.1
Host:
Accept: */*
No content
Was this helpful?