Skip to main content

Get a tenant service group

GET 

/tenancy/v1/tenant_service_groups/:tsg_id

Get a tenant service group by TSG ID.

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.

Responses

Successful response.

Schema
    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 Strata Cloud Manager products managed by this TSG.

Loading...