Skip to main content

Bulk Site Update (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/sites/bulkoperations

Bulk updates an input field in multiple sites.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

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

Successful Operation

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.

Loading...