Download Linux Agent Installation Script
Downloads the Linux agent installation script for given configuration environment like a regular installation or proxy based installation
This payload has the octet-stream of the deployment script.
Prescribed headers:
- Content-Type: application/octet-stream
- Accept : application/octet-stream
Example urls:
- https://server/api/v2/tenants/client_id/agents/deployAgentsScript?scriptType=SHELL
- https://server/api/v2/tenants/client_id/agents/deployAgentsScript?scriptType=PYTHON
- https://server/api/v2/tenants/client_id/agents/deployAgentsScript?scriptType=ANSIBLE
- Default scriptType = SHELL i..e https://server/api/v2/tenants/client_14/agents/deployAgentsScript
- Values are case insensitive supports (SHELL or shell ,ANSIBLE or ansible)
- https://server/api/v2/tenants/client_id/agents/deployAgentsScript?scriptType=SHELL&profileUUID=5ea2df1f-287a-481d-b847-90a5cfedb674
Response payload:
Consists of the octet-stream of the queried script.
Path Parameters
- tenantId
ClientId of the tenant
Query Parameters
- scriptType
The type of the script to be downloaded(Shell or Python)
- Enum:
- shellpythonansible
Default: shell
- profileUUID
The gateway profile uuid
Responses
200OK
Loading Examples...