ListInstanceResourceSchemas

Updated at:

Lists all schemas for a specified resource in an instance.

Operation description

Description

To retrieve a list of all schemas for a specified resource, provide the instance ID (InstanceId) and resource ID (ResourceId). Use the optional SchemaName parameter to filter the schemas by a name prefix.

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 syntax

GET /api/v1/instances/{InstanceId}/resources/{ResourceId}/schemas HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

InstanceId

string

No

The instance ID.

featureStore-cn-test1

ResourceId

string

No

The resource ID.

3

Request parameters

Parameter

Type

Required

Description

Example

SchemaName

string

No

Filters schemas by a name prefix.

default

Response elements

Element

Type

Description

Example

object

The data returned in the response.

RequestId

string

The request ID.

728C5E01-ABF6-5AA8-B9FC-B3BA05DECC77

TotalCount

integer

The total count of schemas.

10

Schemas

array<object>

The list of schemas.

object

SchemaName

string

The schema name.

default

Examples

Success response

JSON format

{
  "RequestId": "728C5E01-ABF6-5AA8-B9FC-B3BA05DECC77",
  "TotalCount": 10,
  "Schemas": [
    {
      "SchemaName": "default"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.