All Products
Search
Document Center

Cloud Governance Center:ListAccountFactoryBaselines

Last Updated:Oct 25, 2024

Obtains a list of baselines in the account factory.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
governance:ListAccountFactoryBaselineslist
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
NextTokenstringNo

The pagination token that is used in the next request to retrieve a new page of results.

You do not need to specify this parameter for the first request.

AAAAALHWGpGoYCcYMxiFfmlhvh62Xr2DzYbz/SAfc*****
MaxResultsintegerNo

The maximum number of entries to return on each page.

Valid values: 1 to 100. Default value: 10.

10
RegionIdstringNo

The region ID.

cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

Baselinesarray<object>

The baselines.

Baselineobject

The baselines.

BaselineIdstring

The baseline ID.

afb-bp1durvn3lgqe28v****
BaselineNamestring

The name of the baseline.

Default
CreateTimestring

The time at which the baseline was created.

2021-11-30T09:09:28Z
Descriptionstring

The description of the baseline.

Default baseline
Typestring

The type of the baseline. Valid values:

  • System: default baseline.
  • Custom: custom baseline.
Custom
UpdateTimestring

The time when the baseline was updated.

2022-12-29T07:08:40Z
NextTokenstring

The returned value of NextToken is a pagination token, which can be used in the next request to retrieve a new page of results.

AAAAALHWGpGoYCcYMxiFfmlhvh62Xr2DzYbz/SAfc*****
RequestIdstring

The request ID.

3245E413-7CDD-5287-8988-6A94DE8A8369

Examples

Sample success responses

JSONformat

{
  "Baselines": [
    {
      "BaselineId": "afb-bp1durvn3lgqe28v****",
      "BaselineName": "Default",
      "CreateTime": "2021-11-30T09:09:28Z",
      "Description": "Default baseline\n",
      "Type": "Custom",
      "UpdateTime": "2022-12-29T07:08:40Z"
    }
  ],
  "NextToken": "AAAAALHWGpGoYCcYMxiFfmlhvh62Xr2DzYbz/SAfc*****",
  "RequestId": "3245E413-7CDD-5287-8988-6A94DE8A8369"
}

Error codes

HTTP status codeError codeError messageDescription
404InvalidUser.NotFoundThe specified user does not exist.The user does not exist.
404InvalidEnterpriseRealName.NotFoundThe specified account has not passed enterprise real name verification. Please complete the verification for the account first.The specified account has not passed enterprise real-name verification. Please complete the verification for the account first.
500InternalErrorA system error occurred.A system error occurred.

For a list of error codes, visit the Service error codes.