All Products
Search
Document Center

ApsaraDB RDS:CheckServiceLinkedRole

Last Updated:Apr 17, 2024

Checks whether a service-linked role (SLR) is created.

Operation description

Supported database engines

  • PostgreSQL

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
rds:CheckServiceLinkedRoleRead
  • DBInstance
    acs:rds:*:{#accountId}:dbinstance/*
  • DBInstance
    acs:rds:*:{#accountId}:dbinstance/{#dbinstanceId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID.

Note You can specify any region for this parameter, which does not affect your query results. You can call the DescribeRegions operation to query the most recent region list.
cn-hangzhou
ServiceLinkedRolestringYes

The SLR name.

Note For more information about the SLRs supported by ApsaraDB RDS, see Service-linked roles.
AliyunServiceRoleForRdsPgsqlOnEcs
ResourceGroupIdstringNo

The resource group ID.

rg-bp67acfmxazb4p****

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

HasServiceLinkedRolestring

Indicates whether an SLR is created.

true
RequestIdstring

The request ID.

AB44DC0A-7E77-442A-97A9-C6418694CB22

Examples

Sample success responses

JSONformat

{
  "HasServiceLinkedRole": "true",
  "RequestId": "AB44DC0A-7E77-442A-97A9-C6418694CB22"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameterGroupId.MalformedSpecified parameterGroupId is not valid.The parameter template ID that is specified by the parameterGroupId parameter is invalid. You can call the DescribeParameterGroups operation to query the IDs of parameter templates.

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

Change history

Change timeSummary of changesOperation
2022-07-27The Error code has changed. The request parameters of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: ResourceGroupId
2022-06-20Add Operationsee changesets