added code
This commit is contained in:
parent
9edd602376
commit
894687da0f
7 changed files with 1489 additions and 0 deletions
8
swagspace_cloud_init/prefixes.graphql
Normal file
8
swagspace_cloud_init/prefixes.graphql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
query Prefixes($address: String, $prefix_length: [String!], $vrf: [String!]) {
|
||||
prefixes: prefix_list(
|
||||
filters: {contains: $address, AND: {mask_length: $prefix_length, AND: {vrf: $vrf}}}
|
||||
) {
|
||||
prefix
|
||||
custom_fields
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue