Scheduled maintenance on Saturday, 27 September 2025, from 07:00 AM to 4:00 PM GMT (09:00 AM to 6:00 PM CEST) - some services may be unavailable -

Skip to content
Snippets Groups Projects
Keys.py 726 B
Newer Older
  • Learn to ignore specific revisions
  • KEY_CONTEXT          =                'context[{context_uuid}]'
    KEY_TOPOLOGIES       = KEY_CONTEXT  + '/topologies{container_name}'
    KEY_TOPOLOGY         = KEY_CONTEXT  + '/topology[{topology_uuid}]' 
    KEY_DEVICES          = KEY_TOPOLOGY + '/devices{container_name}'
    KEY_LINKS            = KEY_TOPOLOGY + '/links{container_name}'
    KEY_DEVICE           = KEY_TOPOLOGY + '/device[{device_uuid}]' 
    KEY_DEVICE_ENDPOINTS = KEY_DEVICE   + '/endpoints{container_name}'
    KEY_ENDPOINT         = KEY_DEVICE   + '/endpoint[{endpoint_uuid}]' 
    KEY_LINK             = KEY_TOPOLOGY + '/link[{link_uuid}]' 
    KEY_LINK_ENDPOINTS   = KEY_LINK     + '/endpoints{container_name}'
    KEY_LINK_ENDPOINT    = KEY_LINK     + '/endpoint[{link_endpoint_uuid}]'