Skip to content

NFV-19565: add description field for the acl template inbound rule#17

Merged
rling-equinix merged 1 commit intoequinix:mainfrom
rling-equinix:rui_develop
Jul 26, 2022
Merged

NFV-19565: add description field for the acl template inbound rule#17
rling-equinix merged 1 commit intoequinix:mainfrom
rling-equinix:rui_develop

Conversation

@rling-equinix
Copy link
Copy Markdown
Contributor

@rling-equinix rling-equinix commented Jul 26, 2022

As part of August release, we add a description field for each inbound rule of acl template. We want to add that field as part of terraform script as well.
This description field will always be optional and the field length should not be longer than 200 characters.
It will be part of create/update request. It will also be part of get response.
Sample payload as follows:

  "inboundRules": [
        {
            "description": "description of the rule",
            "protocol": "TCP",
            "srcPort": "any",
            "dstPort": "any",
            "subnet": "216.221.225.13/32",
            "seqNo": 1
        },
        {
            "protocol": "TCP",
            "srcPort": "53",
            "dstPort": "any",
            "subnet": "1.1.1.1/32",
            "seqNo": 2
        }
  ]

@rling-equinix rling-equinix requested a review from displague July 26, 2022 19:41
@rling-equinix rling-equinix merged commit a710983 into equinix:main Jul 26, 2022
@rling-equinix rling-equinix deleted the rui_develop branch July 26, 2022 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants