Skip to main content

Deployment Status of a Site (v2.0)

GET 

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

Lists the deployment status 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
    id string

    The ID.

    status string

    The site deployment status.

    status_description string

    The description of the site deployment status.

Loading...