Retrieves the SkillHub configuration.
Operation description
Prerequisites
Ensure the service provider enabled the modification feature and configured its parameters when creating the service.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The ID of the request. |
2849EE73-AFFA-5AFD-9575-12FA886451DA |
| OssBucketName |
string |
The name of the OSS bucket. |
mybucket |
| OssRegionId |
string |
The region where the OSS bucket is located. |
cn-zhangjiakou |
| CreateTime |
string |
The time when the configuration was created. |
2021-05-20T00:00:00Z |
| UpdateTime |
string |
The time when the configuration was last updated. |
2021-05-20T00:00:00Z |
Examples
Success response
JSON format
{
"RequestId": "2849EE73-AFFA-5AFD-9575-12FA886451DA",
"OssBucketName": "mybucket",
"OssRegionId": "cn-zhangjiakou",
"CreateTime": "2021-05-20T00:00:00Z",
"UpdateTime": "2021-05-20T00:00:00Z"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidSkillHubConfig.NotFound | The specified SkillHubConfig does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.