Skip to main content

Status of Profile (v2.0)

GET 

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

List the current status of the site profile.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_template_id stringrequired

    The site template 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...