DescribeModelOperatorApiKey
更新时间:
复制 MD 格式
Retrieves the details of a model operator API key.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApiKeyId |
integer |
No |
API KEY ID. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
ABB39CC3-4488-4857-905D-2E4A051D0521 |
| ApiKeyId |
integer |
API KEY ID. |
1 |
| Description |
string |
The description. |
test-apikey |
| ApiKey |
string |
The API key content. |
QEDGOTAJOG |
| Endpoint |
string |
The endpoint. |
https://xxxx |
| CreateTime |
string |
The creation time. |
2026-06-01T00:00:00Z |
Examples
Success response
JSON format
{
"RequestId": "ABB39CC3-4488-4857-905D-2E4A051D0521",
"ApiKeyId": 1,
"Description": "test-apikey",
"ApiKey": "QEDGOTAJOG",
"Endpoint": "https://xxxx",
"CreateTime": "2026-06-01T00:00:00Z"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
该文章对您有帮助吗?