POST | /brs/links | Retrieve list of BRS links for self-service portal access. |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
orgs | body | List<TypeOrg> | No | |
companyIdentifiers | body | List<TypeCompanyIdentifier> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
href | form | string | No | |
id | form | string | No | |
name | form | string | No | |
type | form | string | No | |
DatacenterLocation | form | DatacenterLocations | No | |
modifydate | form | string | No | |
description | form | string | No | |
createdate | form | string | No | |
Networks | form | List<TypeNetworkConfiguration> | No |
GMU | |
SPA | |
LAS | |
DEV | |
VCD | |
AWS | |
GCP | |
UAT | |
AZU | |
AUV | |
ATL |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
href | form | string | No | |
id | form | string | No | |
name | form | string | No | |
type | form | string | No | |
Description | form | string | No | |
Configuration | form | Configuration | No | |
ProviderInfo | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
IpScopes | form | List<IpScope> | No | |
FenceMode | form | string | No | |
RetainNetInfoAcrossDeployments | form | bool | No | |
BackwardCompatibilityMode | form | bool | No | |
SubInterface | form | bool | No | |
DistributedInterface | form | bool | No | |
GuestVlanAllowed | form | bool | No | |
Connected | form | bool | No | |
DualStackNetwork | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
IsInherited | form | bool | No | |
Gateway | form | string | No | |
Netmask | form | string | No | |
Dns1 | form | string | No | |
Dns2 | form | string | No | |
DnsSuffix | form | string | No | |
IsEnabled | form | bool | No | |
IpRanges | form | List<IpRange> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
StartAddress | form | string | No | |
EndAddress | form | string | No |
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 |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Result | form | Object | No | |
ResponseStatus | form | ResponseStatus | 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 /brs/links HTTP/1.1
Host: n3tapi.palmettovdc.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"orgs":[{"href":"String","id":"String","name":"String","type":"String","datacenterLocation":"GMU","modifydate":"String","description":"String","createdate":"String","networks":[{"href":"String","id":"String","name":"String","type":"String","description":"String","configuration":{"ipScopes":[{"isInherited":false,"gateway":"String","netmask":"String","dns1":"String","dns2":"String","dnsSuffix":"String","isEnabled":false,"ipRanges":[{"startAddress":"String","endAddress":"String"}]}],"fenceMode":"String","retainNetInfoAcrossDeployments":false,"backwardCompatibilityMode":false,"subInterface":false,"distributedInterface":false,"guestVlanAllowed":false,"connected":false,"dualStackNetwork":false},"providerInfo":"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"}]}
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length {"result":{},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}