Upload a new AIC public key.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ens:UploadAICPublicKey |
create |
*All Resource
|
None |
None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
|
KeyName |
string |
Yes |
Public Key Name |
mykey |
|
KeyGroup |
string |
No |
Public Key Grouping |
g-test |
|
KeyType |
string |
Yes |
Public key type |
adb |
|
Content |
string |
Yes |
Public Key |
verify_dffeb6610035dcb77b413a59c3 |
|
Description |
string |
No |
The description of the document. |
Test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
|
RequestId |
string |
Id of the request |
125B04C7-3D0D-4245-AF96-14E3758E3F06 |
Examples
Success response
JSON format
{
"RequestId": "125B04C7-3D0D-4245-AF96-14E3758E3F06"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|
400 |
Interface.Call.Failed |
%s. |
Request failed |
|
400 |
Interface.Call.Error |
The interface call error |
|
|
400 |
NoPermission |
Permission denied. |
|
|
400 |
InvalidParameter.%s |
The specified field %s invalid. Please check it again. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.