POST   serversideagents

Insert a new server side monitoring agent.

Request body model example and description

{
  "DisplayName": "Backend server US East"
}
Name Type Required Description
DisplayName String Yes

The name of the new monitoring server side agent

;

Response body model example and description

{
  "guid": "A valid GUID (UUID) of the monitoring agent ticket"
}
Name Type Description
guid String

The unique identifier of the inserted server side monitoring agent

;