All Products
Search
Document Center

Microservices Engine:GatewayBlackWhiteList

Last Updated:Nov 20, 2024

Queries a list of blacklists and whitelists of a gateway.

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
mse:GatewayBlackWhiteListget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PageNumberintegerNo

The page number. Pages start from page 1. Default value: 1.

1
PageSizeintegerNo

The number of entries per page. Default value: 1.

1
FilterParamsobjectNo

The filter parameters.

GatewayIdlongNo

The gateway ID.

81
GatewayUniqueIdstringNo

The unique ID of the gateway. If this parameter is used together with the GatewayId parameter, the value of the GatewayId parameter is used.

gw-5017305290e14centbrveca****
ResourceTypestringNo

This parameter is unavailable for public use.

""
TypestringNo

This parameter is unavailable for public use.

""
IsWhitebooleanNo

This parameter is unavailable for public use.

""
SearchTypestringNo

The query type. Valid values:

  • ROUTE: The list is queried by route. If the value of this parameter is ROUTE, set the SearchContent parameter to the route name.
  • DOMAIN: The list is queried by domain name. If the value of this parameter is DOMAIN, set the SearchContent parameter to the domain name.
  • IP: The list is queried by specified IP address. If the value of this parameter is IP, set the SearchContent parameter to the IP address.
IP
SearchContentstringNo

The content that you want to query.

1.1.1.1
OrderItemstringNo

This parameter is unavailable for public use.

""
DescSortbooleanNo

This parameter is unavailable for public use.

""
AcceptLanguagestringNo

The language in which you want to display the results. Valid values: zh and en. zh indicates Chinese, which is the default value. en indicates English.

zh

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.>

RequestIdstring

The request ID.

58E06A0A-BD2C-47A0-99C2-B100F353****
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true
Codeinteger

The status code. A value of 200 is returned if the request is successful.

200
ErrorCodestring

The error code.

Success
HttpStatusCodeinteger

The HTTP status code.

200
Messagestring

The returned message.

OK
DynamicCodestring

The placeholder in the dynamic error message. This parameter is not returned.

code
DynamicMessagestring

The dynamic message. This parameter is not returned.

The specified parameter is invalid.
Dataobject

The data returned.

PageNumberinteger

The page number.

1
TotalSizeinteger

The total number of instances returned.

1
PageSizeinteger

The number of entries returned per page.

1
Resultarray<object>

The returned information.

Resultobject
Idlong

The ID of the blacklist and whitelist.

549
ResourceIdlong

The resource ID.

549
ResourceTypestring

The effective scope of the blacklist or whitelist. Valid values:

  • GATEWAY
  • DOMAIN
  • ROUTE
GATEWAY
Contentstring

The content of the blacklist.

1.1.1.1
IsWhiteboolean

Specifies whether to enable the whitelist feature.

true
Typestring

The type of the blacklist and whitelist. The value is fixed to IP address blacklist and whitelist.

IP
Statusstring

The status of the blacklist or whitelist.

  • on
  • off
on
GatewayIdlong

The gateway ID.

81
GatewayUniqueIdstring

The unique ID of the gateway.

gw-5017305290e14centbrveca****
GmtCreatestring

The time when the blacklist or whitelist was created.

2024-08-02T02:43:40.000+0000
GmtModifiedstring

The time when the rule was modified.

2024-08-02T02:43:40.000+0000
ResourceIdJsonListstring

The list of resource IDs in the JSON format.

  • If the value of the ResourceType parameter is ROUTE, the value of this parameter is the list of route IDs.
  • If the value of the ResourceType parameter is DOMAIN, the value of this parameter is the list of domain names.
[234]
Notestring

The comment.

ResourceIdNameJsonstring

The description of the resource name.

{}
Namestring

The name of the blacklist.

test

Examples

Sample success responses

JSONformat

{
  "RequestId": "58E06A0A-BD2C-47A0-99C2-B100F353****",
  "Success": true,
  "Code": 200,
  "ErrorCode": "Success",
  "HttpStatusCode": 200,
  "Message": "OK",
  "DynamicCode": "code",
  "DynamicMessage": "The specified parameter is invalid.",
  "Data": {
    "PageNumber": 1,
    "TotalSize": 1,
    "PageSize": 1,
    "Result": [
      {
        "Id": 549,
        "ResourceId": 549,
        "ResourceType": "GATEWAY",
        "Content": "1.1.1.1",
        "IsWhite": true,
        "Type": "IP",
        "Status": "on",
        "GatewayId": 81,
        "GatewayUniqueId": "gw-5017305290e14centbrveca****",
        "GmtCreate": "2024-08-02T02:43:40.000+0000",
        "GmtModified": "2024-08-02T02:43:40.000+0000",
        "ResourceIdJsonList": "[234]",
        "Note": "",
        "ResourceIdNameJson": "{}",
        "Name": "test"
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
400IllegalRequestInvalid request:%sInvalid request: %s
400InvalidParameterParameter error:%sRequest parameter error: %s
403NoPermissionYou are not authorized to perform this operation:%sYou do not have the permission to use this interface:%s
404NotFoundNot found:%sThe resource does not exist:%s
500InternalErrorConsole error. Try again later:%sConsole error. Try again later: %s

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