RecoveryInventoryItem
RecoveryInventoryItem
Inventory object related to recovery, such as folder or recovery plan.
JSON Example
{
"id": "string",
"name": "string",
"type": "string",
"path": "string",
"parent": "string"
}
string
id
Required
ID of the inventory item.
string
name
Required
Name of the inventory item.
string
type
Required
Type of inventory item:
- FOLDER - folder.
- RECOVERY_PLAN - recovery plan.
Possible values are : FOLDER, RECOVERY_PLAN,
string
path
Required
Path to the inventory item.
string
parent
Optional
Parent of the inventory item.