Skip to main content

Get Site Profile (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/bulkconfigurations/sitetemplates/:site_template_id

List a site profile.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_template_id stringrequired

    The site template ID.

Responses

Successful Operation

Schema
    data string

    Data required to deploy new sites at scale using the site template.

    id string

    The ID.

    site_id string

    The site ID.

    site_type stringrequired

    The site type. Branch or DC.

    template_description string

    The site template description. Max length = 256.

    template_id string

    The template ID.

    template_name stringrequired

    The site template name. Max length = 128.

    tenant_id stringrequired

    The tenant ID.

    variable_map object

    Data required to deploy new sites at scale using this template.

Loading...