List all controllers.
Query parameters
Requests a page size of items. Returns a number of items up to a limit value. Use the limit parameter to make an initial limited request and use the ID of the last-seen item from the response as the marker parameter value in a subsequent limited request.
Used in conjunction with limit to return a slice of items. offset is where to start in the list.
Comma-separated list of sort keys and optional sort directions in the form of key:val
The controller name
Database ID created for a controller.
Actual ID of the controller in the storage backend.
Database ID created for a storage backend.
The controller status
Response
List controllers query was success
Example response
{
"controllers": [
{
"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"
}
]
}Changes
Changed in 2 of the 29 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 32 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲