Get Disk Storage Details
Get details of a disk storage pool based on id
Path Parameters
- storagePoolId int32 required
Id of the disk storage pool whose details have to be fetched
Query Parameters
- showInheritedAssociation boolean
Show inherited security association
Responses
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- id int32
Id of the Disk Storage Pool
- name string
Name of the Disk Storage Pool
general object
backupLocations object[]
encryption object
security object
associatedPlanList object[]
{
"id": 0,
"name": "string",
"general": {
"capacity": 0,
"freeSpace": 0,
"sizeOnDisk": 0,
"dedupeSavingsPercent": 0
},
"backupLocations": [
{
"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
}
]
},
"associatedPlanList": [
{
"id": 0,
"name": "string"
}
]
}
Requested Details not found
Internal Server Error
GET /v4/storage/disk/:storagepoolid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://localhost/webconsole/api/V4/Storage/Disk/:storagePoolId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Storage/Disk/:storagePoolId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Storage/Disk/:storagePoolId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Storage/Disk/:storagePoolId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Storage/Disk/:storagePoolId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Storage/Disk/:storagePoolId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Storage/Disk/:storagePoolId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'