| POST | /backups |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| sessionIds | body | List<Session> | Yes | |
| companyIdentifiers | body | List<TypeCompanyIdentifier> | Yes |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| datacenterLocation | form | DatacenterLocations | No | |
| application | form | App | No | |
| sessionId | form | string | No | |
| keys | form | List<KeyValuePair<String,String>> | No |
| ACD | |
| GMU | |
| SPA | |
| LAS | |
| DEV | |
| VCD | |
| AWS | |
| GCP | |
| UAT | |
| AZU | |
| CNW | |
| AUV | |
| ATL | |
| EXT |
| Acronis | |
| AcronisSCS | |
| Actifio | |
| AWSEC2 | |
| Billing | |
| ChargebackManager | |
| GoogleCloudPlatform | |
| N3TLoginPortal | |
| Onboarding | |
| vCloudDirector | |
| Zerto | |
| ZertoCloudManager | |
| MicrosoftAzure | |
| ConnectWise | |
| Auvik | |
| Veeam | |
| VROPSMetering | |
| Keycloak | |
| N3tApi |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CompanyIdentifierId | form | int | No | |
| CompanyId | form | Guid | No | |
| LocationId | form | Guid | No | |
| ApplicationId | form | Guid | No | |
| OrgName | form | string | No | |
| OrgUserName | form | string | No | |
| OrgIdentifier | form | string | No | |
| IsRemote | form | bool | No | |
| ApplicationName | form | string | No | |
| CompanyName | form | string | No | |
| Location | form | string | No | |
| LocationType | form | string | No | |
| DatacenterCode | form | string | No | |
| DatacenterName | form | string | No | |
| CompanyNameShort | form | string | 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.
POST /backups HTTP/1.1
Host: n3tapi.palmettovdc.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"sessionIds":[{"datacenterLocation":"ACD","application":"Acronis","sessionId":"String","keys":[{"key":"String","value":"String"}]}],"companyIdentifiers":[{"companyIdentifierId":0,"companyId":"00000000000000000000000000000000","locationId":"00000000000000000000000000000000","applicationId":"00000000000000000000000000000000","orgName":"String","orgUserName":"String","orgIdentifier":"String","isRemote":false,"applicationName":"String","companyName":"String","location":"String","locationType":"String","datacenterCode":"String","datacenterName":"String","companyNameShort":"String"}]}