v1

latestOpenAPI 3.0.0Apache 2.02026-07-174040133.9 KB
Controllers

Get controller detail by controller ID.

get/v1/controllers/{id}

Path parameters

idstring required

Database ID created for a controller.

Response

OK

idstring required
created_atstring date-time
updated_atstring date-time
namestring required
storage_idstring
native_controller_idstring
soft_versionstring
locationstring
status'normal' | 'offline' | 'unknown'
cpu_infostring
memory_sizeinteger

Example response

{
  "id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
  "created_at": "2017-07-10T14:36:58.014Z",
  "updated_at": "2017-07-10T14:36:58.014Z",
  "storage_id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
  "native_controller_id": "Controller_A"
}