All Products
Search
Document Center

:ListAccountFactoryBaselines

Last Updated:Apr 29, 2024

Obtains a list of baselines in the account factory.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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

RegionId

cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object

ResponsePageResult

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
Baselinesobject []

An array that consists of 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
UpdateTimestring

The time when the baseline was updated.

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

The description of the baseline.

Default baseline
Typestring

The type of the baseline. Valid values:

  • System: default baseline
  • Custom: custom baseline
Custom

Examples

Sample success responses

JSONformat

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

Error codes

HTTP status codeError codeError messageDescription
404InvalidEnterpriseRealName.NotFoundThe specified account does not pass enterprise real-name verification. We recommend you first complete enterprise real-name verification for the account.-
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.
500InternalErrorSystem error.-

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