Operation
Use this section to describe an operation available for a resource collection. The section structure consists of the following elements:
- Request — an HTTP method required to invoke the operation and define the resource endpoint.
Provide an HTTP request, request headers and a request body for the HTTP method:
Include this subsection to do either of the following:
- List parameters required for the request. For each parameter, specify its type and provide a short description.
- List properties required for the request. For each property, specify its type and provide a short description.
- Response code — the response code returned by a successfully completed operation.
- [Optional] Response body — a description of the output; applies only if the response body is not empty.
Request To disable a failover plan and return plan scheduling settings to default values, send the HTTP POST request to the URL of the /FailoverPlans/{id}/DisableSchedule resource. HTTP Request Request Headers The request header must contain an authorization token for the current logon session. Response The server returns the following response to the client. Response Code A successfully completed operation returns the response code 200 Success. Example The following example disables a schedule created for a failover plan with the ID be0d799a-cd89-4fd5-b612-5973384a6704. |