Binaries
Retrieve agent package or binary file by OS, arch and package type
get/binaries/vxagent/{os}/{arch}/{version}/{package}
Path parameters
os'windows' | 'linux' | 'darwin' required
agent info OS
arch'386' | 'amd64' required
agent info arch
versionstring required
agent version string according semantic version format
package'bin' | 'msi' | 'deb' | 'rpm' | 'pkg' required
agent package type
Response
agent package or binary as a file
string binary required
Changes
Changed in 2 of the 5 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲