GetSkillHubConfig
Retrieves the SkillHub configuration.
Operation description
Prerequisites
Ensure that the service provider has enabled the modification feature and completed the modification parameter settings 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 request ID. |
2849EE73-AFFA-5AFD-9575-12FA886451DA |
| OssBucketName |
string |
The OSS bucket name. |
mybucket |
| OssRegionId |
string |
The region of the OSS bucket. |
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.