GET | /backup/backupcustomer/applications |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
location | query | string | Yes | URL for underlying backup system |
uuid | query | string | Yes | UUID of Backup Customer |
environment | query | N3TEnvironment | Yes | EnvironmentAllowable Values
|
DEV | |
QA | |
UAT | |
PROD | |
DEMO | |
EXT |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Result | form | ExecuteResult<BackUpCustomerApplications> | 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 |
---|---|---|---|---|
items | form | List<Item> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
status | form | int | No | |
measurement_unit | form | string | No | |
infra_id | form | string | No | |
name | form | string | No | |
locked | form | bool? | No | |
application_id | form | string | No | |
type | form | string | No | |
quota | form | Quota | 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/applications 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: { items: [ { status: 0, measurement_unit: String, infra_id: String, name: String, locked: False, application_id: String, type: String, quota: { version: 0, overage: 0, value: 0 } } ] }, 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 } } }