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

CalloutDrResponseEntity

Details about a callout.


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"
			}
		]
	},
	"callout_type": "PROMPT",
	"content": "string",
	"id": "string",
	"name": "string",
	"step_type": "PRE_POWER_ON",
	"timeout_seconds": 0
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Recovery Steps Callout Details
What's changed in 2.0.0?

New! in version 2.0.0

Feedback

Was this page helpful?