全部文档
当前文档

暂无内容

如果没有找到您期望的内容,请尝试其他搜索词

文档中心

获取环境变量列表

最近更新时间:2024-02-26 15:54:15

获取环境变量列表(GetListEnvParam)

描述

获取环境变量列表

HTTP METHOD

GET | POST

请求参数

公共参数列表 详情

名称

类型

必填

长度限制(字符)

参数格式

描述

Action

String

确定值

[a-zA-Z]+

操作接口名,系统规定参数,取值: GetListEnvParam

Version

String

确定值

固定为:2019-05-01

Page

Integer

页码

Size

Integer

每页数量

返回结果

通过指定 Accept:application/json,返回的数据格式为json

示例(调用成功)

请求示例

curl -X GET|POST \
'http://apigw.api.ksyun.com/?Action=GetListEnvParam&Version=2019-05-01&ApiGroupUuid=e799f912300ce953d11ccdd107305e2f&Page=1&Size=10' \
-H 'authorization: xxx, SignedHeaders=accept;content-type;host;x-amz-date, Signature=xxx' \
-H 'accept: application/json' \
-H 'content-type: application/x-www-form-urlencoded' \
-H 'host: apigw.api.ksyun.com' \
-H 'x-amz-date: 20170720T022802Z'

响应成功返回示例

{
    "Res": {
        "total": 1,
        "list": {
            "id": 170,
            "account_id": "2000091140",
            "api_group_id": 316,
            "api_group_uuid": "e799f912300ce953d11ccdd107305e2f",
            "env_type": 3,
            "param_name": "TestEnvName1",
            "param_value": "TestEnvValue1",
            "deleted": 0,
            "create_time": 1597900023,
            "update_time": 1597900023,
            "deleted_time": 0
        }
    },
    "RequestId": "d8f4eccc-4749-4df1-873b-57034f422607"
}

访问API错误码查看更多错误码

文档导读
纯净模式常规模式

纯净模式

点击可全屏预览文档内容
文档反馈