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
Select Git revision
  • 01040da55f73bb64b47daa9e2a4bc59e3d849e2d
  • develop default protected
  • OCF-Doc53-add-sdk-documentation
  • #53_add_sdk_docs
  • gl-pages
  • OCF-Doc25-create-developer-documentation
  • set-sast-iac-config-1
  • main protected
  • v3.0.0-release
  • v2.0.0-release
  • v1.0.0-release
  • 0.0
12 results

hello_api.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Constants.py 248 B
    TOPIC_CONTEXT  = 'context'
    TOPIC_TOPOLOGY = 'topology'
    TOPIC_DEVICE   = 'device'
    TOPIC_LINK     = 'link'
    TOPIC_SERVICE  = 'service'
    
    TOPICS = {TOPIC_CONTEXT, TOPIC_TOPOLOGY, TOPIC_DEVICE, TOPIC_LINK, TOPIC_SERVICE}
    
    CONSUME_TIMEOUT = 0.5 # seconds