获取管理组列表 | 大装置帮助中心
跳到主要内容

获取管理组列表

获取管理组列表

Query Parameters
    filter string

    过滤

    order_by string

    排序结果

    page_size int32

    返回当前页的最大条目数

    page_token string

    从上一个List请求返回的next_page_token值(如果有的话)

Responses

OK


Schema
    management_groups object[]

    管理组列表

  • Array [
  • id string

    管理组ID

    rid string

    管理组RID

    name string

    管理组标识

    display_name string

    管理组别名

    parent_id string

    管理组父级ID

    create_time date-time

    管理组创建时间

    rids string[]

    管理组RID

    ids string[]

    管理组ID

    names string[]

    管理组标识

    display_names string[]

    管理组名称

    create_times date-time[]

    管理组创建时间

  • ]
  • next_page_token string
    total_size int32

    总记录

Loading...