List Object Storage Instances
Select
SaaS
This API returns the list of all Object Storage instances.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
instances object[]
{
"instances": [
{
"id": 0,
"name": "string",
"client": {
"id": 0,
"name": "string"
},
"vendor": "string",
"instanceType": "string",
"lastBackup": {
"time": 0
},
"applicationSize": 0,
"plan": {
"id": 0,
"name": "string"
},
"SLAStatus": "MET_SLA",
"company": {
"id": 0,
"name": "string"
}
}
]
}
{
"instances": [
{
"id": 11902,
"name": "1saiblobuitest",
"client": {
"id": 23487,
"name": "1saiblobuitest"
},
"vendor": "MICROSOFT_AZURE",
"instanceType": "Azure Blob",
"lastBackup": {
"time": 1680037544
},
"applicationSize": 0,
"plan": {
"id": 11942,
"name": "1saiuiplan"
},
"SLAStatus": "MET_SLA",
"company": {
"id": 10852,
"name": "SP3001"
}
},
{
"id": 10626,
"name": "asdfasd",
"client": {
"id": 21405,
"name": "asdfasd"
},
"vendor": "MICROSOFT_AZURE",
"instanceType": "Azure Blob",
"lastBackup": {
"time": 1675806258
},
"applicationSize": 1537413742592,
"plan": {
"id": 7657,
"name": "customplan480"
},
"SLAStatus": "MISSED_SLA",
"company": {
"id": 10852,
"name": "SP3001"
}
}
]
}
GET /v4/objectstorage/instance
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/objectstorage/instance' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/objectstorage/instance' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/objectstorage/instance' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/objectstorage/instance' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/objectstorage/instance' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/objectstorage/instance' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/objectstorage/instance' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'