GET | /backupapp/{sessionId}/{id}/{datacenterLocation} |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
sessionId | path | string | No | |
id | path | string | No | |
datacenterLocation | path | string | No | Allowable Values
|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Result | form | TypeBackupApplication | No | |
ResponseStatus | form | ResponseStatus | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
id | form | int | No | |
auxinfo | form | string | No | |
protectable | form | string | No | |
appversion | form | string | No | |
morecredentials | form | string | No | |
volumes | form | string | No | |
username | form | string | No | |
hostid | form | int | No | |
lastfailover | form | DateTime | No | |
description | form | string | No | |
appname | form | string | No | |
sourcecluster | form | long | No | |
originalappid | form | int | No | |
apptype | form | string | No | |
failoverstate | form | string | No | |
friendlytype | form | string | No | |
ignore | form | bool | No | |
networkname | form | string | No | |
networkip | form | string | No | |
pathname | form | string | No | |
isclustered | form | bool | No | |
sla | form | TypeSLA | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
id | form | int | No | |
modifydate | form | DateTime | No | |
expirationoff | form | bool | No | |
slpid | form | int | No | |
description | form | string | No | |
createdate | form | DateTime | No | |
dedupasyncoff | form | bool | No | |
appid | form | int | No | |
scheduleoff | form | bool | No | |
sltid | form | int | 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 /backupapp/{sessionId}/{id}/{datacenterLocation} HTTP/1.1 Host: n3tapi.palmettovdc.com Accept: text/jsv
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { result: { id: 0, auxinfo: String, protectable: String, appversion: String, morecredentials: String, volumes: String, username: String, hostid: 0, lastfailover: 0001-01-01, description: String, appname: String, sourcecluster: 0, originalappid: 0, apptype: String, failoverstate: String, friendlytype: String, ignore: False, networkname: String, networkip: String, pathname: String, isclustered: False, sla: { id: 0, modifydate: 0001-01-01, expirationoff: False, slpid: 0, description: String, createdate: 0001-01-01, dedupasyncoff: False, appid: 0, scheduleoff: False, sltid: 0 } }, responseStatus: { errorCode: String, message: String, stackTrace: String, errors: [ { errorCode: String, fieldName: String, message: String, meta: { String: String } } ], meta: { String: String } } }