Skip to main content

Deployment Detail of a Site (v2.0)

GET 

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

Lists the deployment details for a given deployment.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_template_id stringrequired

    The site template ID.

    deployment_id stringrequired

    The deployment ID.

Responses

Successful Operation

Schema
    deployment_id string

    The site deployment ID.

    id string

    The ID.

    template_id string

    The template ID.

    variable_map object

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

Loading...