阅读876 返回首页    go iPhone_iPad_Mac_手机_平板_苹果apple


查询可配置的系统参数__其他接口_API_API 网关-阿里云

描述

查询系统参数列表

  • 此功能面向开放API的用户
  • 此接口返回定义API时可选择接收的系统参数列表

请求参数

名称 类型 是否必须 描述
Action String 操作接口名,系统规定参数,取值:DescribeSystemParameters

返回参数

名称 类型 描述
RequestId String 本次请求编号
SystemParams SystemParamItem 由 SystemParam 组成的数组格式,返回系统参数信息

示例

请求示例

  1. https://apigateway.cn-qingdao.aliyuncs.com/?Action=DescribeSystemParameters
  2. &<公共请求参数>

返回示例

XML格式

  1. <DescribeSystemParametersResponse>
  2. <RequestId>0CCDF65E-6050-412D-AD68-FA3D9196836C</RequestId>
  3. <SystemParameters>
  4. <SystemParameter>
  5. <Description>客户端IP</Description>
  6. <DemoValue>192.168.1.1</DemoValue>
  7. <ParamName>CaClientIp</ParamName>
  8. <ParamType>string</ParamType>
  9. </SystemParameter>
  10. <SystemParameter>
  11. <Description>请求域名</Description>
  12. <DemoValue>api.aliyun.com</DemoValue>
  13. <ParamName>CaDomain</ParamName>
  14. <ParamType>string</ParamType>
  15. </SystemParameter>
  16. <SystemParameter>
  17. <Description>请求时间(格林威治时间)</Description>
  18. <DemoValue>2016-01-30T03:53:16Z</DemoValue>
  19. <ParamName>CaRequestHandleTime</ParamName>
  20. <ParamType>string</ParamType>
  21. </SystemParameter>
  22. <SystemParameter>
  23. <Description>ConsumerAppId</Description>
  24. <DemoValue>123456</DemoValue>
  25. <ParamName>CaAppId</ParamName>
  26. <ParamType>string</ParamType>
  27. </SystemParameter>
  28. <SystemParameter>
  29. <Description>RequestId</Description>
  30. <DemoValue>7157EBD9-4684-4827-B3B0-9B32D186819B</DemoValue>
  31. <ParamName>CaRequestId</ParamName>
  32. <ParamType>string</ParamType>
  33. </SystemParameter>
  34. <SystemParameter>
  35. <Description>Http Schema</Description>
  36. <DemoValue>https</DemoValue>
  37. <ParamName>CaHttpSchema</ParamName>
  38. <ParamType>string</ParamType>
  39. </SystemParameter>
  40. <SystemParameter>
  41. <Description>代理</Description>
  42. <DemoValue>AliCloudApiGateway</DemoValue>
  43. <ParamName>CaProxy</ParamName>
  44. <ParamType>string</ParamType>
  45. </SystemParameter>
  46. </SystemParameters>
  47. </DescribeSystemParametersResponse>

JSON格式

  1. {
  2. "RequestId": "0CCDF65E-6050-412D-AD68-FA3D9196836C",
  3. "SystemParameters": {
  4. "SystemParameter": [
  5. {
  6. "Description": "客户端IP",
  7. "DemoValue": "192.168.1.1",
  8. "ParamName": "CaClientIp",
  9. "ParamType": "string"
  10. },
  11. {
  12. "Description": "请求域名",
  13. "DemoValue": "api.aliyun.com",
  14. "ParamName": "CaDomain",
  15. "ParamType": "string"
  16. },
  17. {
  18. "Description": "请求时间(格林威治时间)",
  19. "DemoValue": "2016-01-30T03:53:16Z",
  20. "ParamName": "CaRequestHandleTime",
  21. "ParamType": "string"
  22. },
  23. {
  24. "Description": "ConsumerAppId",
  25. "DemoValue": "123456",
  26. "ParamName": "CaAppId",
  27. "ParamType": "string"
  28. },
  29. {
  30. "Description": "RequestId",
  31. "DemoValue": "7157EBD9-4684-4827-B3B0-9B32D186819B",
  32. "ParamName": "CaRequestId",
  33. "ParamType": "string"
  34. },
  35. {
  36. "Description": "Http Schema",
  37. "DemoValue": "https",
  38. "ParamName": "CaHttpSchema",
  39. "ParamType": "string"
  40. },
  41. {
  42. "Description": "代理",
  43. "DemoValue": "AliCloudApiGateway",
  44. "ParamName": "CaProxy",
  45. "ParamType": "string"
  46. }
  47. ]
  48. }
  49. }

最后更新:2016-11-23 17:16:10

  上一篇:go 查询支持的区域__其他接口_API_API 网关-阿里云
  下一篇:go ApiGroupAttribute__数据类型_API_API 网关-阿里云