Offline Agent Version

Deprecated

Uploads artifacts for an offline agent upgrade.

post

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

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.

post

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

post
POST /v1/offline-agent-version/{version}/stream HTTP/1.1
Host: 
Accept: */*

No content

Was this helpful?