GET | /tenants/getAcronisTenant/scs | Get AcronisSCS Tenant |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
location | query | string | Yes | URL for underlying backup system |
TenantUuid | query | string | Yes | UUID for Acronis Tenant |
environment | query | N3TEnvironment | Yes | EnvironmentAllowable Values
|
DEV | |
QA | |
UAT | |
PROD | |
DEMO | |
EXT |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Result | form | ExecuteResult<GetTenant> | No | |
ResponseStatus | form | ResponseStatus | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
HasError | form | bool | No | |
Message | form | string | No | |
Result | form | T | No | |
Exception | form | Exception | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
timestamp | form | DateTime | No | |
items | form | List<GetTenantItem> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
deleted_at | form | Object | No | |
parent_id | form | string | No | |
ancestral_access | form | bool | No | |
pricing_mode | form | string | No | |
kind | form | string | No | |
default_idp_id | form | string | No | |
internal_tag | form | Object | No | |
created_at | form | DateTime | No | |
language | form | string | No | |
mfa_status | form | string | No | |
brand_id | form | int | No | |
enabled | form | bool | No | |
customer_type | form | string | No | |
owner_id | form | Object | No | |
customer_id | form | Object | No | |
brand_uuid | form | string | No | |
has_children | form | bool | No | |
contacts | form | Object[] | No | |
updated_at | form | DateTime | No | |
update_lock | form | Update_Lock | No | |
id | form | string | No | |
contact | form | GetTenantContact | No | |
version | form | int | No | |
name | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
enabled | form | bool | No | |
owner_id | form | Object | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
organization_size | form | Object | No | |
id | form | string | No | |
zipcode | form | Object | No | |
created_at | form | DateTime | No | |
title | form | Object | No | |
firstname | form | string | No | |
phone | form | Object | No | |
email_confirmed | form | Object | No | |
country | form | Object | No | |
website | form | Object | No | |
industry | form | Object | No | |
updated_at | form | DateTime | No | |
aan | form | Object | No | |
city | form | Object | No | |
address1 | form | Object | No | |
address2 | form | Object | No | |
lastname | form | string | No | |
state | form | Object | No | |
form | string | No |
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
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /tenants/getAcronisTenant/scs 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"}}}