Get Agent Default Version
Request Parameters
Parameter
Description
Supported Agent Types
Agent Type
Description
Sample HTTP request and response
GET /sl-api/v1/agent-apis/agents/types/{agentType}/default-version HTTP/1.1
Authorization: Bearer {sealights-agent-token}
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
{
"data": {
"name": "dotnet",
"version": "2.0.1.728",
"date": "2020-02-17T19:55:46.890Z",
"url": "http://agents.sealights.co/SL.DotNet/SL.DotNet-2.0.1.728.zip"
}
}Sample Shell command and response:
Last updated
Was this helpful?

