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

RecreateAllPlaceholderVmsResponse

Recreate all placeholder VMs response.


Properties

array of string
errors Optional

A list of errors that prevented recreate placeholder VM tasks from starting.


array of Task
tasks Optional

A list of recreate placeholder VM tasks.

JSON Example

{
	"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
Used By

RecreateAllPlaceholderVmsResponseDrResponseEntity

Feedback

Was this page helpful?