Query Bulk Site Updates (v2.0)
POST/sdwan/v2.0/api/sites/bulkoperations
Query updates in an input field in multiple sites.
Request
- application/json
Body
Request to update a field in multiple sites
id string
The ID.
site_ids string[]
The site IDs.
type string
Possible values: [VRF_CONTEXT_PROFILE_UPDATE
]
The VRF type.
vrf_context_profile_id string
The VRF context profile ID.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
id string
The ID.
site_ids string[]
The site IDs.
type string
Possible values: [VRF_CONTEXT_PROFILE_UPDATE
]
The VRF type.
vrf_context_profile_id string
The VRF context profile ID.
{
"id": "string",
"site_ids": [
"string"
],
"type": "VRF_CONTEXT_PROFILE_UPDATE",
"vrf_context_profile_id": "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_DUPLICATE_OR_EMPTY_LIST_OF_SITE_IDS"
},
{
"code": "INVALID_SITE_IDS"
}
]
}
}
Loading...