Bring a resource online

This endpoint brings a resource online.

Note: The default format for the response is XML format. To return a response in JSON format, add &format=json to the request.

Usage

Example request:
https://10.0.71.152/aspera/orchestrator/api/resource_online?resource_name=127.0.0.1&pool_name=load_test&format=json
Response example:
{
  "action": "resource_online",
  "time": "2018-04-06 21:12:22",
  "id": "127.0.0.1",
  "description": "Taking 127.0.0.1 online"
}