Querying Environment Variable Details
Function
This API is used to query the details of an environment variable.
URI
The following table lists the HTTP/HTTPS request method and URI of the API.
|
Request Method |
URI |
|---|---|
|
GET |
/v1/{project_id}/apigw/instances/{instance_id}/env-variables/{id} |
The following table lists the parameters in the URI.
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Project ID, which can be obtained by the administrator on the My Credentials page. |
|
instance_id |
Yes |
String |
Instance ID, which can be obtained from the dedicated gateway information on the API Gateway console. |
|
id |
Yes |
String |
Environment variable ID |
Request
N/A
Response
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
String |
Environment variable ID |
|
env_id |
String |
Environment ID |
|
group_id |
String |
API group ID |
|
variable_name |
String |
Variable name |
|
variable_value |
String |
Variable value |
Example response:
{
"id": "104185e5-3e8f-4c63-a7e5-ef4117bf870c",
"env_id": "cca3616a-f368-4b32-9064-b2a631cb3eeb",
"group_id": "73c58022-f20d-495a-a188-85d718647f09",
"variable_name": "address",
"variable_value": "192.168.1.5"
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
OK |
|
400 |
Bad Request |
|
401 |
Unauthorized |
|
403 |
Forbidden |
|
404 |
Not Found |
|
500 |
Server Internal Error |
Last Article: Deleting an Environment Variable
Next Article: Querying an Environment Variable List
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.