It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda Intronis Backup
formerly ECHOplatform

Partner Serial Activation Requests

  • Last updated on

This API call allows the partner to display a list of the partners serial activation requests for provisions.

Authentication is done using Oauth2 token.

Scope: ROLE_PARTNERS_READ

Request Format

GET v2/partners/<partnerUsername>/provisions

Input Parameters

The following table provides the input parameters and descriptions.

Parameter

Description

partnerUsername

String, partner username.

Output Parameters

The following table provides the output parameters and descriptions.

Parameter

Description

data

Integer, data: Array of objects with:

productId

Integer, id of the newly created activation request.

subPartner

String, subpartner username if specified or None if not specified.

account

String, account username for the provision.

bosOrderNr

String, end date for the contract line item.

noOfSeats

Integer, requested seat numbers for the provision.

price

String, price per seat.

isBillable

Integer, possible values: (1=true|0=false)

ssgStatus

Integer, status from SSG. possible values: (0:Inactive|1:Active|2:Available|3:RMA needed|4:Pending|5:SSG Pending|6:Provision Failed|7:Activation Failed|8:Returned|9:Retired|10:Replaced|11:RMA requested|12:RMA issued|14:Cancelled)

issueDate

String, serial activation date for the provision.

endDate

String, serial end date for the provision.

bosStatus

Integer, status from BOS. possible values: (0:Inactive|1:Active|2:Terminated)

Response Example

{

    "data": [

        {

            "productId": 94637,

            "subPartner": "None",

            "account": "superman_3_acc_3",

            "bosOrderNr": "",

            "serial": "",

            "noOfSeats": 10,

            "price": "1.00",

            "isBillable": 1,

            "ssgStatus": 5,

            "issueDate": "0000-00-00 00:00:00",

            "endDate": "2021-04-30 00:00:00",

            "bosStatus": 0

        }

    ]

}

Output Data

Response status: 200 OK