Get Cloud Object Storage Accounts
This operation returns a list of cloud object storage accounts.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
error object
errorMessage stringerrorCode integeraccount object[]
vendorType integerbackupSize integerslaStatus integervendorDisplayName stringbackupTime integerstatus integerinstance object
clientId integerclientName stringinstanceName stringinstanceId integerplan object
planName stringplanId integer
{
"error": {
"errorMessage": "string",
"errorCode": 0
},
"account": [
{
"vendorType": 0,
"backupSize": 0,
"slaStatus": 0,
"vendorDisplayName": "string",
"backupTime": 0,
"status": 0,
"instance": {
"clientId": 0,
"clientName": "string",
"instanceName": "string",
"instanceId": 0
},
"plan": {
"planName": "string",
"planId": 0
}
}
]
}
{
"error": {
"errorMessage": "",
"errorCode": 0
},
"account": [
{
"vendorType": 21,
"backupSize": 917517607,
"slaStatus": 1,
"vendorDisplayName": "Azure Data Lake Storage Gen2",
"backupTime": 1569598599,
"status": 0,
"instance": {
"clientId": 1103,
"clientName": "Gen2_1",
"instanceName": "Gen2_1",
"instanceId": 15
},
"plan": {
"planName": "plan1",
"planId": 2
}
},
{
"vendorType": 21,
"backupSize": 917381208,
"slaStatus": 1,
"vendorDisplayName": "Azure Data Lake Storage Gen2",
"backupTime": 1569598867,
"status": 0,
"instance": {
"clientId": 1105,
"clientName": "gen2_linux",
"instanceName": "gen2_linux",
"instanceId": 16
},
"plan": {
"planName": "plan1",
"planId": 2
}
},
{
"vendorType": 21,
"backupSize": 2226167,
"slaStatus": 2,
"vendorDisplayName": "Azure Data Lake Storage Gen2",
"backupTime": 1569598267,
"status": 0,
"instance": {
"clientId": 1117,
"clientName": "gen2_3_new",
"instanceName": "gen2_3_new",
"instanceId": 27
},
"plan": {
"planName": "plan1",
"planId": 2
}
},
{
"vendorType": 21,
"backupSize": 23429929854,
"slaStatus": 1,
"vendorDisplayName": "Azure Data Lake Storage Gen2",
"backupTime": 1569602687,
"status": 0,
"instance": {
"clientId": 1121,
"clientName": "gen2_scale1",
"instanceName": "gen2_scale1",
"instanceId": 31
},
"plan": {
"planName": "plan1",
"planId": 2
}
},
{
"vendorType": 21,
"backupSize": 23429930159,
"slaStatus": 1,
"vendorDisplayName": "Azure Data Lake Storage Gen2",
"backupTime": 1569609067,
"status": 0,
"instance": {
"clientId": 1123,
"clientName": "gen2_scale_linux",
"instanceName": "gen2_scale_linux",
"instanceId": 33
},
"plan": {
"planName": "plan1",
"planId": 2
}
},
{
"vendorType": 5,
"backupSize": 191102375,
"slaStatus": 3,
"vendorDisplayName": "Amazon S3",
"backupTime": 1569600608,
"status": 0,
"instance": {
"clientId": 1133,
"clientName": "s3client",
"instanceName": "s3client",
"instanceId": 41
},
"plan": {
"planName": "plan1",
"planId": 2
}
},
{
"vendorType": 6,
"backupSize": 0,
"slaStatus": 3,
"vendorDisplayName": "Azure Blob",
"backupTime": 0,
"status": 0,
"instance": {
"clientId": 1139,
"clientName": "testblob",
"instanceName": "testblob",
"instanceId": 44
},
"plan": {
"planName": "plan1",
"planId": 2
}
},
{
"vendorType": 5,
"backupSize": 0,
"slaStatus": 3,
"vendorDisplayName": "Amazon S3",
"backupTime": 0,
"status": 0,
"instance": {
"clientId": 1133,
"clientName": "s3client",
"instanceName": "tests3",
"instanceId": 50
},
"plan": {
"planName": "",
"planId": 0
}
},
{
"vendorType": 21,
"backupSize": 917361950,
"slaStatus": 1,
"vendorDisplayName": "Azure Data Lake Storage Gen2",
"backupTime": 1569598821,
"status": 0,
"instance": {
"clientId": 1141,
"clientName": "TC54790",
"instanceName": "TC54790",
"instanceId": 51
},
"plan": {
"planName": "plan1",
"planId": 2
}
}
]
}
Loading...