获取云服务列表
所属服务
sam
接口方法
GET
请求url
/sam?Action=ListService&Version=2018-03-22
url 参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
Action | ListService | string | 是 | |
Version | 2018-03-22 | string | 是 |
返回参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
Services | 业务列表 | array | 是 | 详细信息见下表 |
Code | Code | string | 是 | |
Message | Message | string | 是 |
Services
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
ServiceName | 业务方code | string | 否 | |
ServiceDisplayName | 业务方名称 | string | 否 | |
ServiceDocumentUrl | 业务方文档链接 | string | 否 |
状态码
无状态码
请求示例
https://open.cn-east-1.163yun.com/sam?Action=ListService&Version=2018-03-22
返回示例
{
"Services": [{
"ServiceName": "ccr",
"ServiceDisplayName": "镜像仓库"
}, {
"ServiceName": "cdn",
"ServiceDisplayName": "CDN"
}, {
"ServiceName": "dns",
"ServiceDisplayName": "内网域名服务",
"ServiceDescription": "网易云计算内网域名服务,提供私有域名服务。"
}, {
"ServiceName": "eip",
"ServiceDisplayName": "弹性公网IP"
}, {
"ServiceName": "finance",
"ServiceDisplayName": "费用中心"
}, {
"ServiceName": "ing",
"ServiceDisplayName": "负载均衡Ingress",
"ServiceDescription": ""
}, {
"ServiceName": "kafka",
"ServiceDisplayName": "Kafka",
"ServiceDescription": ""
}, {
"ServiceName": "keypair",
"ServiceDisplayName": "秘钥对",
"ServiceDescription": ""
}, {
"ServiceName": "mongodb",
"ServiceDisplayName": "MongoDB"
}, {
"ServiceName": "nasfs",
"ServiceDisplayName": "NAS",
"ServiceDescription": ""
}, {
"ServiceName": "ncr",
"ServiceDisplayName": "Redis",
"ServiceDescription": "Redis缓存服务",
"ServiceDocumentUrl": "https://www.163yun.com/help/documents/46811710804381696"
}, {
"ServiceName": "ncs",
"ServiceDisplayName": "容器服务",
"ServiceDescription": ""
}, {
"ServiceName": "ncv",
"ServiceDisplayName": "云硬盘服务"
}, {
"ServiceName": "nes",
"ServiceDisplayName": "Elasticsearch"
}, {
"ServiceName": "nlb",
"ServiceDisplayName": "负载均衡"
}, {
"ServiceName": "nls",
"ServiceDisplayName": "日志服务",
"ServiceDescription": ""
}, {
"ServiceName": "nmem",
"ServiceDisplayName": "云缓存Memcached"
}, {
"ServiceName": "nos",
"ServiceDisplayName": "对象存储"
}, {
"ServiceName": "nqs",
"ServiceDisplayName": "消息队列"
}, {
"ServiceName": "nvm",
"ServiceDisplayName": "云服务器"
}, {
"ServiceName": "rds",
"ServiceDisplayName": "RDS"
}, {
"ServiceName": "sam",
"ServiceDisplayName": "访问控制"
}, {
"ServiceName": "sts",
"ServiceDisplayName": "STS"
}, {
"ServiceName": "support",
"ServiceDisplayName": "技术支持",
"ServiceDescription": ""
}, {
"ServiceName": "vpc",
"ServiceDisplayName": "VPC服务",
"ServiceDescription": ""
}],
"Message": "调用成功",
"RequestId": "6247a8e1-df3c-4dbe-8184-6cf089bc1031",
"Code": "Success"
}