Endpoint
/api/v2/tenants/{tenantId}/agents/deployAgentsScript
Path Parameters
tenantIdstring
Query Parameters
profileIdstring
(Optional) Used by the agent to connect to OpsRamp. If a profile ID is not provided, the agent connects directly to OpsRamp.
Responses
OK
checksumstring
downloadUrlstring
generationstring
namestring
sizeinteger
versionstring
{
"checksum": "\u003cchecksum\u003e",
"downloadUrl": "\u003cdirect-s3-download-url\u003e",
"generation": "G2",
"name": "\u003cpackage-name\u003e",
"size": 100,
"version": "\u003cagent-version\u003e"
}