閱讀876 返回首頁    go 小米6


查詢可配置的係統參數__其他接口_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 網關-阿裏雲