Skip to main content

List tenant service group children

POST 

/tenancy/v1/tenant_service_groups/:tsg_id/operations/list_children

List the child tenants of the tenant service group specified in this request. If the TSG ID supplied in this API's path does not match the TSG ID contained in the access token used to authenticate this request, this request will fail.

Request

Path Parameters

    tsg_id _idrequired

    Possible values: >= 10 characters and <= 10 characters, Value must match regular expression ^1[0-9]+$

    A unique identifier for the tenant service group.

Query Parameters

    hierarchy boolean

    If true, return the entire descendent hierarchy. If false, return only the immediate children of the TSG identified in this call's path. Default is false.

    include_self boolean

    Indicates if the TSG used to generate this hierarchy is included in the resulting TSG list. true to include self. Default is false.

Responses

Successful response.

Schema
    count integerrequired

    Total count of the items

    items object[]required
  • Array [
  • display_name string

    The tenant service group's display name.

    id _id (string)required

    Possible values: >= 10 characters and <= 10 characters, Value must match regular expression ^1[0-9]+$

    The tenant service group's ID.

    parent_id _reference_id (string)

    Possible values: >= 10 characters and <= 10 characters, Value must match regular expression ^1[0-9]+$

    The TSG ID for this tenant service group's parent.

    support_contact string

    The email address of the person or organization that should be contacted for support of this TSG.

    vertical string

    Possible values: [High Tech, Education, Manufacturing, Hospitality, Professional & Legal Services, Wholesale & Retail, Finance, Telecommunications, State & Local Government, Transportation & Logistics, Federal Government, Media & Entertainment, Nonclassifiable Establishments, Healthcare, Utilities & Energy, Insurance, Agriculture, Pharma & Life Sciences, Construction, Aerospace & Defense, Real Estate, Restaurant/Food Industry, Other]

    A token that identifies the business vertical supported by the SASE products managed by this TSG.

  • ]
Loading...