curl --request POST \
--url https://rippletide-backend.azurewebsites.net/api/agents/{agentId}/sessions \
--header 'Content-Type: application/json' \
--data '
{
"status": "active"
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "active",
"startedAt": "2023-11-07T05:31:56Z",
"endedAt": "2023-11-07T05:31:56Z"
}Create a new session for an agent
curl --request POST \
--url https://rippletide-backend.azurewebsites.net/api/agents/{agentId}/sessions \
--header 'Content-Type: application/json' \
--data '
{
"status": "active"
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "active",
"startedAt": "2023-11-07T05:31:56Z",
"endedAt": "2023-11-07T05:31:56Z"
}active