@itentialopensource/adapter-velocloud_orchestrator
Version:
This adapter integrates with system described as: velocloudOrchestratorApi.
54 lines • 1.06 kB
JSON
{
"metaData": {
"limit": 5,
"more": true
},
"data": [
{
"id": 6,
"edgeId": 10,
"timestamp": "string",
"allow": 8,
"ruleLogicalId": "string",
"interface": "string",
"protocol": "ICMP",
"sourceIp": "string",
"sourcePort": 10,
"destIp": "string",
"destPort": 2,
"icmpType": "string",
"length": 2
},
{
"id": 4,
"edgeId": 9,
"timestamp": "string",
"allow": 1,
"ruleLogicalId": "string",
"interface": "string",
"protocol": "UDP",
"sourceIp": "string",
"sourcePort": 9,
"destIp": "string",
"destPort": 9,
"icmpType": "string",
"length": 7
},
{
"id": 6,
"edgeId": 8,
"timestamp": "string",
"allow": 4,
"ruleLogicalId": "string",
"interface": "string",
"protocol": "UDP",
"sourceIp": "string",
"sourcePort": 1,
"destIp": "string",
"destPort": 6,
"icmpType": "string",
"length": 5
}
],
"rules": {}
}