Net3 API Interface for Customer Portal

<back to all web services

GetAcronisTenant

Requires Authentication
The following routes are available for this service:
GET/tenants/getAcronisTenantGet Acronis Tenant
GetAcronisTenant Parameters:
NameParameterData TypeRequiredDescription
locationquerystringYesURL for underlying backup system
TenantUuidquerystringYesUUID for Acronis Tenant
environmentqueryN3TEnvironmentYesEnvironment

Allowable Values

  • DEV
  • QA
  • UAT
  • PROD
  • DEMO
  • EXT
N3TEnvironment Enum:
DEV
QA
UAT
PROD
DEMO
EXT
GetAcronisTenantResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformExecuteResult<GetTenant>No
ResponseStatusformResponseStatusNo
ExecuteResult<T> Parameters:
NameParameterData TypeRequiredDescription
HasErrorformboolNo
MessageformstringNo
ResultformTNo
ExceptionformExceptionNo
GetTenant Parameters:
NameParameterData TypeRequiredDescription
timestampformDateTimeNo
itemsformList<GetTenantItem>No
GetTenantItem Parameters:
NameParameterData TypeRequiredDescription
deleted_atformObjectNo
parent_idformstringNo
ancestral_accessformboolNo
pricing_modeformstringNo
kindformstringNo
default_idp_idformstringNo
internal_tagformObjectNo
created_atformDateTimeNo
languageformstringNo
mfa_statusformstringNo
brand_idformintNo
enabledformboolNo
customer_typeformstringNo
owner_idformObjectNo
customer_idformObjectNo
brand_uuidformstringNo
has_childrenformboolNo
contactsformObject[]No
updated_atformDateTimeNo
update_lockformUpdate_LockNo
idformstringNo
contactformGetTenantContactNo
versionformintNo
nameformstringNo
Update_Lock Parameters:
NameParameterData TypeRequiredDescription
enabledformboolNo
owner_idformObjectNo
GetTenantContact Parameters:
NameParameterData TypeRequiredDescription
organization_sizeformObjectNo
idformstringNo
zipcodeformObjectNo
created_atformDateTimeNo
titleformObjectNo
firstnameformstringNo
phoneformObjectNo
email_confirmedformObjectNo
countryformObjectNo
websiteformObjectNo
industryformObjectNo
updated_atformDateTimeNo
aanformObjectNo
cityformObjectNo
address1formObjectNo
address2formObjectNo
lastnameformstringNo
stateformObjectNo
emailformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /tenants/getAcronisTenant HTTP/1.1 
Host: n3tapi.palmettovdc.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"result":{"hasError":false,"message":"String","result":{"timestamp":"\/Date(-62135596800000-0000)\/","items":[{"deleted_at":{},"parent_id":"String","ancestral_access":false,"pricing_mode":"String","kind":"String","default_idp_id":"String","internal_tag":{},"created_at":"\/Date(-62135596800000-0000)\/","language":"String","mfa_status":"String","brand_id":0,"enabled":false,"customer_type":"String","owner_id":{},"customer_id":{},"brand_uuid":"String","has_children":false,"contacts":[{}],"updated_at":"\/Date(-62135596800000-0000)\/","update_lock":{"enabled":false,"owner_id":{}},"id":"String","contact":{"organization_size":{},"id":"String","zipcode":{},"created_at":"\/Date(-62135596800000-0000)\/","title":{},"firstname":"String","phone":{},"email_confirmed":{},"country":{},"website":{},"industry":{},"updated_at":"\/Date(-62135596800000-0000)\/","aan":{},"city":{},"address1":{},"address2":{},"lastname":"String","state":{},"email":"String"},"version":0,"name":"String"}]},"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"}}}