POST api/agents/heartbeat
Request Information
URI Parameters
None.
Body Parameters
HeartbeatRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AgentKey | string |
None. |
|
| AgentName | string |
None. |
|
| AgentType | string |
None. |
|
| Platform | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"agentKey": "sample string 1",
"agentName": "sample string 2",
"agentType": "sample string 3",
"platform": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.