美文网首页
5分钟上手NSX REST API

5分钟上手NSX REST API

作者: 乃铭 | 来源:发表于2019-11-26 12:14 被阅读0次

    Management node

    Check management node

    GET https://10.40.79.169/api/v1/cluster/

    Remove management node

    POST https://10.40.79.169/api/v1/cluster/43d83642-6650-2f9e-b5a6-8e235cc132c7?action=remove_node

    Transport node

    Nodes summary

    GET https://10.40.78.86/api/v1/transport-nodes

    Node status

    GET https://10.40.78.86/api/v1/transport-nodes/2f3a8f8f-2b56-447e-872b-e6739bbef6c1/status

    Transport Zone

    Check transport zone

    GET https://10.40.79.169/api/v1/transport-zones

    Remove transport zone

    DELETE https://10.40.79.169/api/v1/transport-zones/a95c914d-748d-497c-94ab-10d4647daeba

    相关文章

      网友评论

          本文标题:5分钟上手NSX REST API

          本文链接:https://www.haomeiwen.com/subject/bfyewctx.html