target_network_data
target network data snapshot
idstring<uuid>
Example:
eef4aefc-d64e-4c2c-aba4-4914c86ce059namestring
dst object
target network destination
selector object
target network selector
ip object
IP range
startstring
endstring
protostring
protocol
Example:
tcp, udp, <blank>port object
port range
startstring
endstring
nat object
destination network address translation parameters
addrstring
portinteger
src_natboolean
integration_typestring
static_configstring
roles object[]
Array [
idstring<uuid>
Example:
eef4aefc-d64e-4c2c-aba4-4914c86ce059namestring
Example:
example-adminsdeletedboolean
]
tagsstring[]
commentstring
user_instructionsstring
exclusive_accessboolean
disabledboolean
createdstring
authorstring
updatedstring
updated_bystring
target_network_data
{
"id": "eef4aefc-d64e-4c2c-aba4-4914c86ce059",
"name": "string",
"dst": {
"selector": {
"ip": {
"start": "string",
"end": "string"
},
"proto": "tcp, udp, <blank>",
"port": {
"start": "string",
"end": "string"
}
},
"nat": {
"addr": "string",
"port": 0
}
},
"src_nat": true,
"integration_type": "string",
"static_config": "string",
"roles": [
{
"id": "eef4aefc-d64e-4c2c-aba4-4914c86ce059",
"name": "example-admins",
"deleted": true
}
],
"tags": [
"string"
],
"comment": "string",
"user_instructions": "string",
"exclusive_access": true,
"disabled": true,
"created": "string",
"author": "string",
"updated": "string",
"updated_by": "string"
}