Get Site Profiles (v2.0)
POST/sdwan/v2.0/api/bulkconfigurations/sitetemplates/query
Query and list all the created site profiles.
Request
- application/json
Body
Details of the Site Profile to be created
- Array [
- ]
aggregate Aggregate
The aggregate number of site profiles that match the query parameters.
data AggregateData[]
The details of the aggregate data.
Value of the aggregate data.
View the aggregate date.
The field value.
The name of the query response.
Possible values: [max
, count
, min
, avg
, sum
]
The operator values.
The aggregate statistics.
The unit.
The destination page.
The number site profiles; deleted for a time frame.
Group the site profiles for the query.
List the site profiles by ID.
Return the ID of a specified query in the current session.
The query limit.
The limit.
Retrieve information from a field.
List the fields to query.
The total number of query parameters.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
The actual count.
The deleted number.
The deleted IDs.
Description of the query. Max size = 256.
The ID.
Details of the next query.
Total number.
items BulkConfigCreateQueryFilter[]
Data required to deploy new sites at scale using the site template.
The number of deployments.
The ID.
The site ID.
The site type. Branch or DC.
The site deployment status.
The description of the site deployment status.
The site template description. Max length = 256.
The template ID.
The site template name. Max length = 128.
Data required to deploy new sites at scale using this template.
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"total_count": 0,
"items": [
{
"data": "string",
"deployment_count": 0,
"id": "string",
"site_id": "string",
"site_type": "string",
"status": "string",
"status_description": "string",
"template_description": "string",
"template_id": "string",
"template_name": "string",
"variable_map": {}
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
The error code.
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INPUT_JSON_EMPTY"
}
]
}
}