[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
RecoveryInventoryItem
Inventory object related to recovery, such as folder or recovery plan.
Properties
string
id
Required
ID of the inventory item.
string
name
Required
Name of the inventory item.
string
path
Required
Path to the inventory item.
string
type
Required
Type of inventory item:
- FOLDER - folder.
- RECOVERY_PLAN - recovery plan.
Possible values are: FOLDER , RECOVERY_PLAN
string
parent
Optional
Parent of the inventory item.
JSON Example
{
"id": "string",
"name": "string",
"path": "string",
"type": "FOLDER"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of
RecoveryInventoryItemDrResponseList
Used By
RecoveryInventoryItemDrResponseEntity
What's changed in latest?
New! in version latest