Partner Provision ESS & BCS Services

Partner Provision ESS & BCS Services

This API call allows the partner to create a new provision request for Barracuda Essentials (ESS) and Barracuda Content Shield (BCS) services.

Authentication is done using Oauth2 token.

Scope: ROLE_PARTNERS_WRITE

Request Format

POST v2/partners/<partnerUsername>/skus/provision

Input Parameters

The following table provides the input parameters and descriptions.

Parameter

Description

partnerUsername

String, partner username.

partner_sku_id

Integer, id of the service for the provision.

account_id

Integer, account id for the provision.

no_of_units

Integer, number of requested units for this provision.

Example

{

  "partner_sku_id": 215296,

  "account_id": 147645,

  "no_of_units": 1

}

Output Parameters

The following table provides the output parameters and descriptions.

Parameter

Description

data

Integer, data:. Array of objects with:

id

Integer, id of the newly created provision request.

Response Example

{

    "data": {

        "id": 100169

    }

}

Output Data

Response status: 202 Accepted


We value your feedback.
If you have questions, suggestions, or feedback on our documentation, contact the Campus Product Documentation team.
For general product inquiries or technical support, please contact the global Barracuda Support team.