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 Single Serial Usage

  • Last updated on

This API call allows the partner to check the usage of a single serial number.

Authentication is done using Oauth2 token.

Scope: ROLE_PARTNERS_READ

Request Format

GET v2/partners/<partnerUsername>/serialStatus/<serialNumber>

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.

serial_number

String, the product serial number for the provision

serial_status

Integer, status of the provision serial 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)

Response Example

{

    "data": {

        "product_id": 94644,

        "serial_number": "321321",

        "serial_status": 4

    }

}

Output Data

Response status: 200 OK