[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

RecoveryInventoryItemDrResponseEntity

Inventory object related to recovery, such as folder or recovery plan.


AllOf


This class requires all of the following:

Properties

_meta Optional

Response meta data. Contains data about the response payload data.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		]
	},
	"id": "string",
	"name": "string",
	"parent": "string",
	"path": "string",
	"type": "FOLDER"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Recovery Plan Folder
What's changed in 2.0.0?

New! in version 2.0.0

Feedback

Was this page helpful?