1. Interface Description
Interface request domain name: clb.api3.convergecloud.com.
Pull the list of custom configurations. The configurations of the specified type under the user's AppId will be returned.
Default interface request rate limit: 20 times per second.
Interface update time: 2021-04-27 20:50:03.
The interface is both signature verification and authentication.
2. Input Parameters
The following list of request parameters only lists interface request parameters and some public parameters, For a complete list of public parameters see public request parameters.
| Parameter name | Required | Allow NULL | Type | Description |
|---|---|---|---|---|
| Action | Yes | No | String | Public parameter, The value of this interface: DescribeCustomizedConfigList |
| Version | Yes | No | String | Public parameter, The value of this interface: 2018-03-17 |
| Region | No | No | String | Public parameter,Regional information A list of supported geographies is available through the DescribeRegions interface |
| ConfigType | Yes | No | String | Configuration type. CLB: CLB dimension; SERVER: Domain name dimension; LOCATION: Rule dimension. Example: CLB |
| Offset | No | No | Int64 | Pagination offset. Default: 0 Example: 0 |
| Limit | No | No | Int64 | Number of results. Default: 20 Example: 20 |
| ConfigName | No | No | String | Specify the name of configurations to query. Fuzzy match is supported. Example: custom |
| UconfigIds | No | No | Array of String | Configuration ID Example: ["pz-j9x73ko1"] |
3. Output Parameters
| Parameter name | Type | Description |
|---|---|---|
| ConfigList | Array of ConfigListItem | Configuration list Example:View |
| TotalCount | Int64 | Number of configurations Example: 1 |
| RequestId | String | Unique request id, Each request will return. The RequestId of the request needs to be provided when locating the problem. |
4. Error Code
The following lists only the error codes related to the interface business logic, For other error codes, see public ErrorCode.
| Error Code | Description |
|---|---|
| InvalidParameter | Wrong parameter. |
| InvalidParameterValue | Incorrect parameter value |
| InternalError | Internal Error |
| UnauthorizedOperation | Unauthorized operation |
| ResourceInsufficient | Insufficient resources |
| LimitExceeded | Quota limit reached |
| FailedOperation | Failed to operate. |
| InvalidParameter.LBIdNotFound | CLB instance ID error. |
| InvalidParameter.SomeRewriteNotFound | Some redirection rules do not exist. |
| InvalidParameter.ListenerIdNotFound | Listener ID error. |
| InvalidParameter.LocationNotFound | Unable to find eligible forwarding rules. |
| InvalidParameter.PortCheckFailed | Listener port check due to port conflicts or other reasons. |
| InvalidParameter.RewriteAlreadyExist | The forwarding rule has been bound to a redirection relationship. |
| InvalidParameter.ProtocolCheckFailed | Listener protocol check failed because, for example, the protocol used is incompatible with the corresponding operation. |
| InvalidParameter.FormatError | Incorrect parameter format |
| InvalidParameterValue.Length | Invalid parameter length. |
| InvalidParameterValue.Duplicate | Duplicate parameter values. |
| InvalidParameter.RegionNotFound | Invalid region. |
| MissingParameter | Missing parameter error. |