Authorization: Bearer ********************
{
"update_rules": [],
"create_rules": [
{
"firewall_rule_id": "",
"destination_ports": "80",
"protocol": "TCP",
"description": "test description",
"port": "936cc113-3b84-424a-bb15-f43b7874d6e1",
"sources": [
"10.2.2.2",
"20.1.1.1"
],
"action": "ALLOW"
}
]
}
curl --location --request POST '/api/v1/vmware/vpc//security-group/' \
--header 'OrgId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"update_rules": [],
"create_rules": [
{
"firewall_rule_id": "",
"destination_ports": "80",
"protocol": "TCP",
"description": "test description",
"port": "936cc113-3b84-424a-bb15-f43b7874d6e1",
"sources": [
"10.2.2.2",
"20.1.1.1"
],
"action": "ALLOW"
}
]
}'
{}