| GET | /backup/backupcustomer/offeringItems |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| location | query | string | Yes | URL for underlying backup system |
| uuid | query | string | Yes | UUID of Tenant |
| environment | query | N3TEnvironment | Yes | EnvironmentAllowable Values
|
| DEV | |
| QA | |
| UAT | |
| PROD | |
| DEMO | |
| EXT |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | ExecuteResult<GetOfferingItems> | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| HasError | form | bool | No | |
| Message | form | string | No | |
| Result | form | T | No | |
| Exception | form | Exception | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| timestamp | form | DateTime | No | |
| items | form | List<GetOfferingItem> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| usage_name | form | string | No | |
| type | form | string | No | |
| locked | form | bool? | No | |
| measurement_unit | form | string | No | |
| infra_id | form | string | No | |
| edition | form | string | No | |
| application_id | form | string | No | |
| status | form | int | No | |
| name | form | string | No | |
| tenant_id | form | string | No | |
| quota | form | Quota | No | |
| deleted_at | form | Object | No | |
| updated_at | form | DateTime | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| version | form | long | No | |
| overage | form | long? | No | |
| value | form | long? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /backup/backupcustomer/offeringItems HTTP/1.1 Host: n3tapi.palmettovdc.com Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
result:
{
hasError: False,
message: String,
result:
{
timestamp: 0001-01-01,
items:
[
{
usage_name: String,
type: String,
locked: False,
measurement_unit: String,
infra_id: String,
edition: String,
application_id: String,
status: 0,
name: String,
tenant_id: String,
quota:
{
version: 0,
overage: 0,
value: 0
},
deleted_at: {},
updated_at: 0001-01-01
}
]
},
exception: Exception of type 'System.Exception' was thrown.
},
responseStatus:
{
errorCode: String,
message: String,
stackTrace: String,
errors:
[
{
errorCode: String,
fieldName: String,
message: String,
meta:
{
String: String
}
}
],
meta:
{
String: String
}
}
}