Skip to main content

Deploy a Site (v2.0)

POST 

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

List the details of the site profile to be deployed.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_template_id stringrequired

    The site template ID.

Body

Details of the Site Profile to be deployed

    _error ErrorResponse[]
  • Array [
  • code string

    The error code.

    message string

    The error message.

  • ]

Responses

Successful Operation

Schema
    count int32

    The actual count.

    deleted_count int64

    The deleted number.

    deleted_ids string[]

    The deleted IDs.

    description

    Description of the query. Max size = 256.

    id string

    The ID.

    next_query object

    Details of the next query.

    tenant_id string

    The tenant ID.

    total_count int64

    Total number.

    items BulkConfigPush[]
  • Array [
  • 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...