Domain name for API request: cam.tencentcloudapi.com.
This API is used to create a service-linked role.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: CreateServiceLinkedRole. |
Version | Yes | String | Common parameter. The value used for this API: 2019-01-16. |
Region | No | String | Common parameter. This parameter is not required for this API. |
QCSServiceName.N | Yes | Array of String | Authorized service, i.e., Tencent Cloud service entity with this role attached. |
CustomSuffix | No | String | Custom suffix. A string you provide, which is combined with the service-provided prefix to form the complete role name. |
Description | No | String | Role description. |
Parameter Name | Type | Description |
---|---|---|
RoleId | String | Role ID |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://cam.tencentcloudapi.com/?Action=CreateServiceLinkedRole
&QCSServiceName.0=ccs.qcloud.com
&CustomSuffix=forTest
&Description=ccsLinkedRole
&<Common request parameters>
{
"Response": {
"RoleId": "4611686018427411525",
"RequestId": "c3da1c1c-df35-467d-9335-99c68d993e0a"
}
}
This tool allows online call, signature authentication, SDK code generation and quick search of APIs to greatly improve the efficiency of using TencentCloud APIs.
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidParameter.DescriptionLengthOverlimit | The input parameter description cannot exceed 300 bytes in length. |
InvalidParameter.ParamError | Invalid input parameter. |
InvalidParameter.PolicyIdNotExist | Policy ID does not exist. |
InvalidParameter.RoleNameError | Role name invalid. |
InvalidParameter.RoleNameInUse | A role with the same name already exists. |
Was this page helpful?