forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Li, Qiao <qiaoli@huawei.com> Co-committed-by: Li, Qiao <qiaoli@huawei.com>
8.6 KiB
8.6 KiB
Querying the Instance Name and Status
Function Description
This API is used to query the name and status of the instance for interconnecting with Cloud Eye.
URI
- Parameter description
Table 1 Path parameters Parameter
Mandatory
Type
Description
project_id
Yes
String
Specifies the project ID.
instance_id
Yes
String
Specifies the instance ID.
Request
Request parameters
None
Response
Response parameters
Parameter |
Type |
Description |
---|---|---|
waf_instance_id |
String |
Specifies the identifier of a metric dimension. |
name |
String |
Specifies the name of a resource instance. |
status |
String |
Specifies the status of a resource instance. |
Example
Response example
{ "waf_instance_id": "dhbvhdfbvdhbasdkjvfhwoow", "name": "www.test.com", "status": "enable" }
Status Code
Table 3 describes the normal status code returned by the API.
For details about error status codes, see Status Codes.
Parent topic: Interconnecting with Cloud Eye