{"type":"api","title":"Get Nva Security Rules","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/744a8207-9965-344e-aed3-d3ef846a4950","info":{"title":"Others","description":"Other APIs\n- Include APIs that do not belong to other categories\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["MultiCloud - CloudGateway"],"description":"Get NVA Security Rules","operationId":"getNvaSecurityRules","parameters":[{"name":"cloudGatewayName","in":"path","description":"Multicloud cloud gateway name","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"accountId":{"type":"string","example":"112948124124"},"accountName":{"type":"string","example":"test_account_name"},"cloudType":{"type":"string","example":"AZURE"},"expirationTime":{"type":"string","example":"6/10/2022 6:12:36 PM UTC"},"nvaId":{"type":"string","example":"/subscriptions/112948124124/resourceGroups/test-resource-group/providers/Microsoft.Network/networkVirtualAppliances/CiscoSdwanV2-nva-399bdf13-65e9-4177-876b-d125bee704d6"},"resourceGroupName":{"type":"string","example":"test-resource-group"},"ruleName":{"type":"string","example":"test_rule"},"securityRulesList":{"type":"object","properties":{"securityRulesList":{"type":"array","items":{"required":["destinationPortRange","protocol","sourceAddressPrefix"],"type":"object","properties":{"destinationPortRange":{"pattern":"^\\d+$","type":"string","example":"22"},"protocol":{"pattern":"^(TCP|UDP)$","type":"string","example":"TCP"},"sourceAddressPrefix":{"pattern":"^(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(?:\\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}\\/(?:3[0-2]|[0-2]?[0-9])$","type":"string","example":"192.168.1.1/32"}},"$$ref":"#/components/schemas/NvaRulesListRequestSecurityRulesList"}}},"$$ref":"#/components/schemas/NvaRulesListRequest"}},"$$ref":"#/components/schemas/NvaRulesResponse"}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/multicloud/cloudgateway/nvaSecurityRules/{cloudGatewayName}"}}