Reboot the Connector Appliance

Reboot using the hypervisor

If you have permissions to the infrastructure the Connector Appliance VM runs on, you may be able to reboot the Connector Appliance from there. Otherwise, you can make a reboot request using an API.

Usage

To reboot the Connector Appliance using the API interface, you need the following information:

Request

Make a POST request to the Connector Appliance /$reboot endpoint.

POST https://<connector-appliance-ip-address>/$reboot HTTP/1.1
Content-Type: application/json
Accept: */*
Authorization: Bearer <token>
<!--NeedCopy-->

Responses

Success

HTTP/1.1 202 Accepted
Citrix-TransactionId: bfc9b56c-bcd0-4cf1-9ea1-3da4d48a81c0
Content-Type: application/json; charset=utf-8

{
    "status": "Accepted"
}
<!--NeedCopy-->

Internal error

HTTP/1.1 500 Internal Server Error
...
Citrix-TransactionId: bfc9b56c-bcd0-4cf1-9ea1-3da4d48a81c0
Content-Type: application/json; charset=utf-8

{
    "type": "https://errors-api.cloud.com/connapp/error",
    "detail": "An error has occurred."
}
<!--NeedCopy-->

Contact Citrix Support if this error occurs. Quote the Citrix-TransactionId returned by the request.

Resources
Connector Appliance APIs OpenAPI Specification
Copy Download
Reboot the Connector Appliance