Recovery Plan Execution Cookie

Recovery Plan Execution Cookie

This request generates a one-time cookie used to download the specified execution report without providing a valid API key. This API is suitable for use in client-side web browsers.

Request
URI
POST
https://{api_host}/recovery-plans/{recoveryPlanId}/executions/{executionId}/report
COPY
Path Parameters
string
recoveryPlanId
Required

ID of the recovery plan.

recoveryPlanId example
e7bf7128-2825-48ca-9075-3f496de70ffe
string
executionId
Required

ID of the execution.

executionId example
112f9661-ebec-45ad-875b-18e2e3f9e39b
Header Parameters
string
operationID
Optional

Operation ID for correlating logs across multiple services


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns DownloadCookie of type(s) application/json;charset=UTF-8
{
    "cookie": "KqT+e0RCQTq86xZTjl8D5t2nAhs="
}
string
cookie
Optional

The generated cookie.


401

The returned error codes include (but are not limited to): NotAuthenticated

Returns ApiError of type(s) application/vnd.vmware.h4-v4.7+json;charset=UTF-8
{
    "args": [],
    "code": "Forbidden",
    "msg": "Permission denied.",
    "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
array of string
args
Optional

Positional arguments.

string
code
Optional

Specific error code.

string
msg
Optional

Detailed error message.

string
stacktrace
Optional

Exception stacktrace.


500

The returned error codes include (but are not limited to): GeneralServerFailure

Returns ApiError of type(s) application/vnd.vmware.h4-v4.7+json;charset=UTF-8
{
    "args": [],
    "code": "Forbidden",
    "msg": "Permission denied.",
    "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
array of string
args
Optional

Positional arguments.

string
code
Optional

Specific error code.

string
msg
Optional

Detailed error message.

string
stacktrace
Optional

Exception stacktrace.