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

RecreateAllPlaceholderVmsResponseDrResponseEntity

Recreate all placeholder VMs response.


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"
			}
		]
	},
	"errors": [
		"string"
	],
	"tasks": [
		{
			"complete_time": 0,
			"description": "string",
			"description_id": "string",
			"entity": "string",
			"entity_name": "string",
			"error": {
				"details": "string",
				"message": "string"
			},
			"id": "string",
			"progress": 0,
			"queued_time": 0,
			"result": {},
			"start_time": 0,
			"status": "QUEUED"
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Restore All Placeholders

Feedback

Was this page helpful?