Verify Instance Exists
Verify Instance Exists
GET /cloud/verifyInstanceExists
Implementation Notes
If the instance exists, returns the information of the instance in json format, else returns 'false'.
Parameters
| Parameter | Description | Parameter Type | Data Type |
|---|---|---|---|
| instanceName | Name of the instance. Alphanumeric string: [A-Za-z0-9-_]+. | query | string |
| user | user's authentication | header (authorization) | basic authentication |