Updated on 2025-10-24 GMT+08:00

Listing Baseline Interfaces

Function

Baseline data preconfiguration interface

URI

GET /v1/internal/rgc/baseline

Table 1 Query Parameters

Parameter

Mandatory

Type

Description

version_id

No

String

Baseline version ID.

Request Parameters

None

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

baselines

Array of BaselineBody objects

Parameters in the preset baseline template

Table 3 BaselineBody

Parameter

Type

Description

version

String

Baseline Version

agencies

Array of agency objects

identity

identity object

manage_special

manage_special object

organizations

Array of organization objects

Table 4 identity

Parameter

Type

Description

permission_sets

Array of permissionSet objects

groups

Array of group objects

Table 5 permissionSet

Parameter

Type

Description

permission_set_name

String

description_zh

String

description_en

String

policies_name

Array of strings

Table 6 group

Parameter

Type

Description

group_name

String

description_zh

String

description_en

String

Table 7 manage_special

Parameter

Type

Description

agencies

Array of agency objects

Table 8 agency

Parameter

Type

Description

agency_type

String

agency_name

String

principal_type

String

principal

String

agency_policy

Array of strings

Table 9 organization

Parameter

Type

Description

organization_name

String

organization_type

String

controls

Array of strings

resources

Array of strings

accounts

Array of account objects

Table 10 account

Parameter

Type

Description

account_name

String

account_type

String

controls

Array of strings

resources

Array of strings

identity_infos

identity_infos object

Table 11 identity_infos

Parameter

Type

Description

allocated_users

Array of strings

attach_groups

Array of strings

allocated_groups

Array of allocatedGroups objects

Table 12 allocatedGroups

Parameter

Type

Description

group_name

String

permission_set_name

String

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

The request is sent successfully.

Error Codes

See Error Codes.