searchOrgPastPurchases
GET https://{{host}}/api/v1/orgs/:org_id/jsi/inventory
This gets all devices purchased from the accounts associated with the Org
Response Parameters
Name | Type | Description |
---|---|---|
model | string | model of the install base inventory |
type | string | device type, ap / switch / gateway |
serial | string | serial Number of the inventory |
sku | string | serviceable device stock |
contract_id | string | contract id |
contract_sku | string | contract sku |
contract_start_time | timestamp | contract start time |
contract_end_time | timestamp | contract end time |
warranty_type | string | type of warranty |
warranty_start_time | timestamp | warranty start time |
warranty_end_time | timestamp | warranty end time |
customer_po | string | po number associated with this SKU |
order_id | string | order ID associated with this SKU |
installed_address | string | address where the device is installed. It is a combination of address , region , country , zip |
eol_time | timestamp | end of life time |
eos_time | timestamp | end of support time |
distributor | string | distributor name |
reseller | string | reseller name |
shipped_time | timestamp | Shipped date |
contract_type | string | Contract type (Maintenance / Subscription / Premium |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | ||
model | string | ||
serial | string |
RESPONSES
status: OK
[{"model":"EX4300-48T","type":"switch","serial":"PE3721050223","sku":"EX4300-48T-AFI","contract_id":"68247710","contract_sku":"PAR-SDCE-EX4300T48","contract_start_time":1629331200,"contract_end_time":1708214400,"warranty_type":"Enhanced Hardware Warranty","warranty_start_time":1619395200,"warranty_end_time":2258236800,"customer_po":"4501942932","order_id":"15909647","installed_address":"Address","eol_time":1671062400,"eos_time":1828828800,"distributor":"dist1","reseller":"reseller1"}]