Skip to main content

Create a Site Profile (v2.0)

POST 

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

Details of the site profile to be created using the jinja template and store in the database.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Body

Details of the Site Profile to be created

    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.

Responses

Successful Operation

Schema
    data string

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

    disabled boolean

    List the disabled site profiles.

    disabled_reason string

    Reason to disable the site profile.

    id string

    The ID.

    inactive boolean

    List the inactive site profiles.

    inactive_reason string

    Reason for the site profile to be inactive.

    region string

    The site region.

    site_id string

    The site ID.

    site_type stringrequired

    Possible values: [NONE, HUB, SPOKE, PA_WE_BR, PA_WE_DC, PA_CONN]

    The site type.

    status string

    The site deployment status.

    status_description string

    The description of the site deployment status.

    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...