Status of Profile (v2.0)
GET/sdwan/v2.0/api/bulkconfigurations/sitetemplates/:site_template_id/status
List the current status of the site profile.
Request
Path Parameters
site_template_id stringrequired
The site template ID.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
id string
The ID.
status string
The site deployment status.
status_description string
The description of the site deployment status.
{
"id": "string",
"status": "string",
"status_description": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
The error code.
message string
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INVALID_INPUT_PARAM"
}
]
}
}
Loading...