You can call the UpdateSupplierInformation operation to update supplier information.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
computenestsupplier:UpdateSupplierInformation |
update |
*SupplierInfo
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| OperationIp |
string |
No |
The IP address segments for managed O&M access. |
192.xxx.xxx.xxx/16,192.xxx.xxx.xxx |
| OperationMfaPresent |
boolean |
No |
Specifies whether to enable multi-factor authentication (MFA). The default value is true. Valid values:
|
true |
| DeliverySettings |
object |
No |
The custom settings. |
|
| OssEnabled |
boolean |
No |
Specifies whether to deliver the execution results of Cloud Assistant O&M tasks to Object Storage Service (OSS). Valid values:
|
false |
| OssBucketName |
string |
No |
The name of the OSS bucket. |
mybucket |
| OssPath |
string |
No |
The path in OSS. |
path1/path2/ |
| OssExpirationDays |
integer |
No |
The retention period for screen recordings, in days. |
7 |
| SupplierDesc |
string |
No |
The description of the supplier. |
阿里云计算巢 |
| SupplierUrl |
string |
No |
The URL of the supplier. |
http://www.xxx.xxx.cn |
| SupplierLogo |
string |
No |
The icon of the supplier. |
http://example.aliyundoc.com/cover/34DB-4F4C-9373-003AA060****.png |
| SupportContacts |
array<object> |
No |
The contact information of the supplier. |
|
|
object |
No |
The contact information of the supplier. |
||
| Type |
string |
No |
The type of contact method. |
|
| Value |
string |
No |
The contact information. |
supplier@example.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response schema |
||
| RequestId |
string |
The request ID. |
51945B04-6AA6-410D-93BA-236E0248B104 |
| SupplierName |
string |
The name of the supplier. |
A公司 |
| SupplierUrl |
string |
The URL of the supplier. |
http://www.xxx.xxx.cn |
| SupplierDesc |
string |
The description of the supplier. |
阿里云计算巢 |
Examples
Success response
JSON format
{
"RequestId": "51945B04-6AA6-410D-93BA-236E0248B104",
"SupplierName": "A公司",
"SupplierUrl": "http://www.xxx.xxx.cn",
"SupplierDesc": "阿里云计算巢"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.