Get a Site Collector agent installation command

Install command to install the Site Collector agent. The command is encoded in base64, necessitating a decoding step. This encoding ensures the command's integrity during transmission, maintaining its format and preventing alterations. For example, after you receive the response, you can decode the string using the command base64 -d <<< "c3Vkb...............".
After decoding the command from base64 to its original string format, you'll have the necessary shell commands to install the Site Collector agent. The install command varies depending on the type of Site Collector agent as defined in the Site Collector template. The command sequence downloads and runs a script to configure the agent and passes in parameters (deploymentHosts, templateId, and optionally fetchStartDate) that affect how the script configures the Site Collector agent.

Language
Authorization
OAuth2
URL
Click Try It! to start a request and see the response here!