Chick-fil-A · Example Payload

Bovine Security Group Detail Example

Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

Bovine Security Group Detail Example is an example object payload from Chick-fil-A, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

GroupIdInboundRulesOutboundRulesInstances

Example Payload

Raw ↑
{
  "GroupId": "sg-0a1b2c3d4e5f60718",
  "InboundRules": [
    {
      "FromPort": 443,
      "ToPort": 443,
      "Protocol": "tcp",
      "Cidr": "10.0.0.0/16"
    }
  ],
  "OutboundRules": [
    {
      "FromPort": 443,
      "ToPort": 443,
      "Protocol": "tcp",
      "Cidr": "10.0.0.0/16"
    }
  ],
  "Instances": [
    {
      "InstanceId": "i-0a1b2c3d4e5f60718",
      "Name": "prod-web-1"
    }
  ]
}