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 .jsv suffix or ?format=jsv

HTTP + JSV

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: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	result: 
	{
		hasError: False,
		message: String,
		result: 
		{
			timestamp: 0001-01-01,
			items: 
			[
				{
					deleted_at: {},
					parent_id: String,
					ancestral_access: False,
					pricing_mode: String,
					kind: String,
					default_idp_id: String,
					internal_tag: {},
					created_at: 0001-01-01,
					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: 0001-01-01,
					update_lock: 
					{
						enabled: False,
						owner_id: {}
					},
					id: String,
					contact: 
					{
						organization_size: {},
						id: String,
						zipcode: {},
						created_at: 0001-01-01,
						title: {},
						firstname: String,
						phone: {},
						email_confirmed: {},
						country: {},
						website: {},
						industry: {},
						updated_at: 0001-01-01,
						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
		}
	}
}