GetRecoveryPlansResponse
GetRecoveryPlansResponse
Response object encoding an array of summary information about recovery plans and a continuation cursor.
JSON Example
{
"cursor": "string",
"recovery_plans": [
{
"id": "string",
"name": "string"
}
]
}
string
cursor
Optional
An opaque string that can be passed back to this API in order to get the next set of results. If this poperty is not present, no more results are available.
array of
RecoveryPlanSummary
recovery_plans
Optional
An array of summary information concerning recovery plans.