This file is indexed.

/usr/lib/python2.7/dist-packages/jnpr/junos/op/isis.yml is in python-junos-eznc 2.0.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
IsisAdjacencyTable:
  rpc: get-isis-adjacency-information
  args:
    extensive: True
  item: isis-adjacency
  key:
    - interface-name
    - system-name
  view: IsisAdjacencyView

IsisAdjacencyView:
  fields:
    interface_name: interface-name
    system_name: system-name
    level: level
    adjacency_state: adjacency-state
    holdtime: holdtime
    circuit_type: circuit-type
    ip_address: ip-address
    interface_priority: interface-priority
    adjacency_flag: adjacency-flag
    adjacency_topologies: adjacency-topologies
    adjacency_restart_capable: adjacency-restart-capable
    adjacency_advertisement: adjacency-advertisement
    adjacency_log: _IsisAdjacencyLogTable

_IsisAdjacencyLogTable:
  item: isis-adjacency-log
  view: _IsisAdjacencyLogView

_IsisAdjacencyLogView:
  fields:
    when: adjacency-when
    state: adjacency-state
    event: adjacency-event