AddNetworkSecurityGroupSecurityRules
POST {{baseUrl}}/networkSecurityGroups/:networkSecurityGroupId/actions/addSecurityRules
Adds one or more security rules to the specified network security group.
Request Body
{"securityRules"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Date | string | (Required) Current Date | |
Authorization | string | (Required) Signature Authentication on Authorization header | |
x-content-sha256 | string | (Required) Content sha256 for POST, PUT and PATCH operations |
RESPONSES
status: OK
{"securityRules":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}