Agent Config

/api/v2/agentconfig 📋 Copied! Download Agent configuration for a Test Node

Parameters

Name Description
label * The label of the Test Node.
Type: string (query)

Responses

Code Description
200

Agent configuration file for the Test Node with the given label.

Media type: application/json

Example Value:

{
    "identityPoolId": "string",
    "bypassServerUrl": "string",
    "sqsUrl": "string",
    "deploymentName": "string"
}
404

Resource was not found.

Media type: application/json

Example Value:

{
    "identityPoolId": "string",
    "bypassServerUrl": "string",
    "sqsUrl": "string",
    "deploymentName": "string"
}