Get Dne Rules By Key Policy
Get all network encryption rules attached to a specific key policy
keypolicy-id
AppliedTo's referenced by this section or section's DNE Rules .
Opaque cursor to be used for getting next page of records (supplied by current result page)
Destinations referenced by this section's DNE Rules .
Filter type
Comma separated list of fields that should be included to result of query
key policy identifier
Maximum number of results to return in this page (server may return fewer)
NSService referenced by this section's DNE Rules .
sort_ascending
Field by which records are sorted
Sources referenced by this section's DNE Rules .
Success
{
"_self": {
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"cursor": "string",
"sort_ascending": false,
"sort_by": "string",
"result_count": 0,
"results": [
{
"_self": {
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_revision": 0,
"_owner": {
"rel": "string"
},
"display_name": "string",
"id": "string",
"resource_type": "string",
"description": "string",
"rule_tag": "string",
"ip_protocol": "string",
"key_policy_identifier": "string",
"applied_tos": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
],
"logged": false,
"comments": "string",
"disabled": false,
"sources": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
],
"services": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string",
"service": {
"resource_type": "string"
}
}
],
"key_policy_name": "string",
"action": "string",
"destinations": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
]
}
]
}