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 .csv suffix or ?format=csv
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/csv
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length {"result":{"id":0,"auxinfo":"String","protectable":"String","appversion":"String","morecredentials":"String","volumes":"String","username":"String","hostid":0,"lastfailover":"\/Date(-62135596800000-0000)\/","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":"\/Date(-62135596800000-0000)\/","expirationoff":false,"slpid":0,"description":"String","createdate":"\/Date(-62135596800000-0000)\/","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"}}}