跳到内容

NamespaceExists

描述

      description: |
        Check if namespace `id` exists.

        This operation must behave exactly like the DescribeNamespace API, 
        except it does not contain a response body.

请求模式

    NamespaceExistsRequest:
      type: object
      properties:
        id:
          type: array
          items:
            type: string

响应

如果命名空间存在,此操作将返回成功;如果不存在,则返回错误。成功的响应不包含响应正文。