lcne topo

UBM TOPO 变化通知接口

提供给UBM通知UBSE,系统topo变化的通知接口。

基础信息

  • 服务地址/var/run/ubse/ubse_ubm.socket
  • 认证方式双向 TLS/SSL 证书认证
  • 数据格式application/xml

/topolink/change/

notify topolink changed

请求

  • 方法POST

  • 路径/topolink/change/

  • 请求头

    Authorization: Bearer [token]
    Content-Type: application/xml
    

请求参数

请求响应

swagger定义

openapi: 3.0.3
info:
title: Swagger Petstore - OpenAPI 3.0
version: 1.0.11

paths:
/topolink/change/:
  post:
    summary: notify topolink changed
    description: notify topolink changed
    responses:
      '200':
        description: Successful operation
        content:
          application/xml:
            schema:
              type: string
              example: success

      '500':
        description: internal error