Get Recovery Point Stores
Fetch details about recovery point stores or library details
Path Parameters
- rpsId string required
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- storageName string
Name of the storage library.
- associatedMediaAgent string
Tape library MediaAgent association
- totalCapacity string
Magnetic library capacity.
- freeSpace string
Magnetic library total free space
- maximumSize string
Magnetic library capacity size
peakInterval object[]
Interval window containing day and time details
dayOfWeek string[]Possible values: [
SUNDAY
,MONDAY
,TUESDAY
,WEDNESDAY
,THURSDAY
,FRIDAY
,SATURDAY
]startTime int64Time in seconds since the beginning of the day
endTime int64Time in seconds since the beginning of the day
locations object[]
Mount Path locations details
status stringStatus of the mount path.
mountPath object
id int32name stringenabled booleanDescribe whether mount path is enabled or not.
dataServerType stringPossible values: [
NONE
,DATASERVER_ISCSI_DEVICEACCESS
,DATASERVER_IP_DEVICEACCESS
,DATASERVER_SAN_DEVICEACCESS
]Type of device access server type.
deviceId int32Unique device identifier.
{
"storageName": "string",
"associatedMediaAgent": "string",
"totalCapacity": "string",
"freeSpace": "string",
"maximumSize": "string",
"peakInterval": [
{
"dayOfWeek": [
"SUNDAY"
],
"startTime": 0,
"endTime": 0
}
],
"locations": [
{
"status": "string",
"mountPath": {
"id": 0,
"name": "string"
},
"enabled": true,
"dataServerType": "NONE",
"deviceId": 0
}
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...