Redeploy/upgrade/forcesync Of gateway

Redeploy/upgrade/forcesync Of gateway

Based on the action query parameter action on gateway is performed. Supported actions are upgrade, redeploy, forcesync

Request
URI
POST
https://{api_host}/hybridity/api/gateways/{id}
COPY
Path Parameters
string
id
Required

id

Query Parameters
boolean
async
Optional

async

string
action
Required

action

Possible values are : upgrade, redeploy, forcesync,

Authentication
This operation uses the following authentication methods.
Responses
200

Accepted

Returns nls_1.0_asyncResponse of type(s) application/json
"nls_1.0_asyncResponse Object"

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/hybridity/api/gateways/{id}