Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Available sorts are created_at
, updated_at
. You can sort by multiple options by separating them with a comma. To sort in descending order, use -
sign in front of the sort, for example: -created_at
.
The number of results that will be returned per page.
The cursor to start the pagination from.
The name of the firewall rule.
"Allow MySQL"
The status of the firewall rule.
"installed"
The IP address or subnet for the firewall rule.
"192.168.1.1"
The type of the firewall rule.
"allow"
The port or port range for the firewall rule.
3306
Response
Paginated set of RuleResource
The response is of type object
.