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:

  1. Content-Type: application/octet-stream
  2. Accept : application/octet-stream

Example urls:

  1. https://server/api/v2/tenants/client_id/agents/deployAgentsScript?scriptType=SHELL
  2. https://server/api/v2/tenants/client_id/agents/deployAgentsScript?scriptType=PYTHON
  3. https://server/api/v2/tenants/client_id/agents/deployAgentsScript?scriptType=ANSIBLE
  4. 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)
  5. 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

  • tenantIdstringrequired

    ClientId of the tenant

Query Parameters

  • scriptTypestring

    The type of the script to be downloaded(Shell or Python)

    Enum:
    shellpythonansible

    Default: shell

  • profileUUIDstring

    The gateway profile uuid

Responses

200OK

Loading Examples...