Net3 API Interface for Customer Portal

<back to all web services

FindApplications

Requires Authentication
The following routes are available for this service:
GET/logins/applicationsRetrieve Applications.
FindApplications Parameters:
NameParameterData TypeRequiredDescription
ApplicationNamequeryAppNo

Allowable Values

  • Acronis
  • AcronisSCS
  • Actifio
  • AWSEC2
  • Billing
  • ChargebackManager
  • GoogleCloudPlatform
  • N3TLoginPortal
  • Onboarding
  • vCloudDirector
  • Zerto
  • ZertoCloudManager
  • MicrosoftAzure
  • ConnectWise
  • Auvik
  • Veeam
  • VROPSMetering
  • Keycloak
  • N3tApi
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
TypeApplication Parameters:
NameParameterData TypeRequiredDescription
ApplicationIdformGuidNo
ApplicationNameformstringNo
DescriptionformstringNo
App Enum:
Acronis
AcronisSCS
Actifio
AWSEC2
Billing
ChargebackManager
GoogleCloudPlatform
N3TLoginPortal
Onboarding
vCloudDirector
Zerto
ZertoCloudManager
MicrosoftAzure
ConnectWise
Auvik
Veeam
VROPSMetering
Keycloak
N3tApi
QueryResponse<T> Parameters:
NameParameterData TypeRequiredDescription
OffsetformintNo
TotalformintNo
ResultsformList<T>No
MetaformDictionary<string, string>No
ResponseStatusformResponseStatusNo

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 /logins/applications HTTP/1.1 
Host: n3tapi.palmettovdc.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	offset: 0,
	total: 0,
	results: 
	[
		{
			applicationId: 00000000000000000000000000000000,
			applicationName: String,
			description: String
		}
	],
	meta: 
	{
		String: String
	},
	responseStatus: 
	{
		errorCode: String,
		message: String,
		stackTrace: String,
		errors: 
		[
			{
				errorCode: String,
				fieldName: String,
				message: String,
				meta: 
				{
					String: String
				}
			}
		],
		meta: 
		{
			String: String
		}
	}
}