获取服务商信息
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
computenestsupplier:GetSupplierInformation |
get |
*SupplierInfo
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
是 |
地域 ID。 |
cn-hangzhou |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
请求 ID。 |
51945B04-6AA6-410D-93BA-236E0248B104 |
| SupplierName |
string |
服务商名称。 |
A公司 |
| SupplierUrl |
string |
服务商地址。 |
http://www.xxx.xxx.cn |
| SupplierDesc |
string |
服务商描述。 |
阿里云计算巢 |
| OperationIp |
string |
操作 IP。 |
10.xxx.xxx.xxx/101 |
| OperationMfaPresent |
boolean |
是否多因素认证设备。可能的值:
|
true |
| DeliverySettings |
object |
计算资源配置信息。 |
|
| OssEnabled |
boolean |
是否开启云助手运维任务执行结果投递到 OSS 功能。可能的值:
|
true |
| OssBucketName |
string |
对象存储 Bucket 名称。 |
mybucket |
| OssPath |
string |
OSS 路径。 |
path1/path2/ |
| OssExpirationDays |
integer |
OSS 续费周期,单位为:天。 |
7 |
| SupplierLogo |
string |
服务商图标。 |
http://example.aliyundoc.com/cover/34DB-4F4C-9373-003AA060****.png |
| EnableReseller |
boolean |
是否启用分销商。可能的值:
|
true |
| AcrNamespace |
string |
容器镜像部署物命名空间 |
computenest |
| SupportContacts |
array<object> |
服务商的联系方式 |
|
|
object |
|||
| Type |
string |
联系方式的类型 |
|
| Value |
string |
联系方式 |
supplier@example.com |
示例
正常返回示例
JSON格式
{
"RequestId": "51945B04-6AA6-410D-93BA-236E0248B104",
"SupplierName": "A公司",
"SupplierUrl": "http://www.xxx.xxx.cn",
"SupplierDesc": "阿里云计算巢",
"OperationIp": "10.xxx.xxx.xxx/101",
"OperationMfaPresent": true,
"DeliverySettings": {
"OssEnabled": true,
"OssBucketName": "mybucket",
"OssPath": "path1/path2/",
"OssExpirationDays": 7
},
"SupplierLogo": "http://example.aliyundoc.com/cover/34DB-4F4C-9373-003AA060****.png",
"EnableReseller": true,
"AcrNamespace": "computenest",
"SupportContacts": [
{
"Type": "Email\n",
"Value": "supplier@example.com"
}
]
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。