GetCloudStorageById
Select
SaaS
Customer Managed
Get Cloud Storage Details
Path Parameters
- cloudStorageId int32 required
Id of cloud Storage
Query Parameters
- showInheritedAssociation string
Possible values: [
true
]Set to true if want to show inherited security associations
Responses
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
general object
bucket object[]
encryption object
security object[]
cacheConfigurations object
associatedPlans object[]
{
"id": 0,
"name": "string",
"general": {
"type": "string",
"vendorType": "string",
"totalCapacity": 0,
"freeSpace": 0,
"sizeOnDisk": 0,
"deduplicationSavings": "string"
},
"bucket": [
{
"id": 0,
"name": "string",
"status": "string"
}
],
"encryption": {
"encrypt": true,
"keyLength": 0,
"cipher": "BlowFish",
"keyProvider": {
"id": 0,
"name": "string"
}
},
"security": [
{
"user": {
"id": 0,
"name": "string"
},
"userGroup": {
"id": 0,
"name": "string"
},
"externalUserGroup": {
"id": 0,
"name": "string",
"providerId": 0,
"providerName": "string"
},
"isCreatorAssociation": true,
"role": {
"id": 0,
"name": "string"
},
"permissionList": [
{
"permissionId": 0,
"permissionName": "string",
"categoryId": 0,
"categoryName": "string",
"type": "ALL_CATEGORIES",
"exclude": true
}
]
}
],
"cacheConfigurations": {
"enable": true,
"metadataCache": [
{
"mediaAgent": {
"id": 0,
"name": "string"
},
"path": "string"
}
]
},
"associatedPlans": [
{
"id": 0,
"name": "string"
}
]
}
Requested Details not found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
GET /v4/storage/cloud/:cloudstorageid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Cloud/:cloudStorageId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Cloud/:cloudStorageId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Cloud/:cloudStorageId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Cloud/:cloudStorageId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Cloud/:cloudStorageId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Cloud/:cloudStorageId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Cloud/:cloudStorageId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'