All Products
Search
Document Center

Compute Nest:GetSkillHubConfig

Last Updated:Jun 10, 2026

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.