Create a FQDNList
POST/v1/config/rulestacks/:rulestackname/fqdnlists
Create a FQDN list for a rulestack.
Request
Path Parameters
The name of the rulestack.
- application/json
Body
Possible values: <= 512 characters
The URL category audit remarks.
Possible values: <= 512 characters
A description of the rulestack.
Possible values: non-empty
and <= 255 characters
, Value must match regular expression ^[a-zA-Z0-9._-]+$
The FQDN address objects list.
Possible values: non-empty
and <= 58 characters
, Value must match regular expression ^[a-zA-Z0-9-]+$
Name of the rulestack.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- InvalidRequestException—Operation failed due to invalid request. For example, unsupported parameter name or value in the request.
- LimitExceededException—Operation failed due to violation in limit settings.
- ThrottlingException—Operation failed due to throttling limitations.
- AccessDeniedException—You do not have sufficient access to perform this action.
- InternalServerError—Your request is valid but Cloud NGFW could not perform the operation due to a system issue.
- InsufficientCapacityException—AWS currently does not have enough capacity to fulfill your request.
Response object
The API call response.
FqdnListEntry object
The FQDN list entry.
Audit remarks.
The FQDN list description.
Possible values: non-empty
and <= 255 characters
, Value must match regular expression ^[a-zA-Z0-9._-]+$
FQDN list.
Refresh token.
Name of the FQDN list.
Name of the rulestack.
ResponseStatus object
The API call response status.
Default value: 0
Default value of a successful response is 0. Any other number indicates an error code.
400—HTTP bad request
500—Bad request
The error description.
{
"Response": {
"FqdnListEntry": {
"AuditComment": "string",
"Description": "string",
"FqdnList": [
"string"
],
"UpdateToken": "string"
},
"Name": "string",
"RuleStackName": "string"
},
"ResponseStatus": {
"ErrorCode": 0,
"Reason": "string"
}
}