Returns an array of tenant partitions in the VSA. Does not include partition 1.
Note: This API requires the VSA to be using SSL.
GET /tenantmanagement/tenants
Headers
Model Schemas
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"TotalRecords": 1,
"Result": [
{
"Active": true,
"Suspended": false,
"Id": "25193872152351397221212252",
"Ref": "CalicoIT",
"Type": null,
"TimeZoneOffset": null,
"Attributes": null
}
],
"ResponseCode": 0,
"Status": "OK",
"Error": "None"
}