GET v1/core/accounts/{accId}/otizones/{otiZoneID}/NASClusters
Returns a list of Nasclusters for a given otiZoneID
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accId |
Define this parameter in the request URI. |
|
otiZoneID |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Success": true, "Data": [ { "ID": 1, "Name": "sample string 2", "CANID": 3, "CASType": 4, "FQDN": "sample string 5" }, { "ID": 1, "Name": "sample string 2", "CANID": 3, "CASType": 4, "FQDN": "sample string 5" }, { "ID": 1, "Name": "sample string 2", "CANID": 3, "CASType": 4, "FQDN": "sample string 5" } ], "ErrorCode": 2, "ErrorDescription": "sample string 3", "Meta": "sample string 4" }
text/javascript
Sample:
{"Success":true,"Data":[{"ID":1,"Name":"sample string 2","CANID":3,"CASType":4,"FQDN":"sample string 5"},{"ID":1,"Name":"sample string 2","CANID":3,"CASType":4,"FQDN":"sample string 5"},{"ID":1,"Name":"sample string 2","CANID":3,"CASType":4,"FQDN":"sample string 5"}],"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}
application/xml, text/xml
Sample:
<PBNBReturnOfArrayOfNASClusterCA1DLPoZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models"> <Data> <NASCluster> <CANID>3</CANID> <CASType>4</CASType> <FQDN>sample string 5</FQDN> <ID>1</ID> <Name>sample string 2</Name> </NASCluster> <NASCluster> <CANID>3</CANID> <CASType>4</CASType> <FQDN>sample string 5</FQDN> <ID>1</ID> <Name>sample string 2</Name> </NASCluster> <NASCluster> <CANID>3</CANID> <CASType>4</CASType> <FQDN>sample string 5</FQDN> <ID>1</ID> <Name>sample string 2</Name> </NASCluster> </Data> <ErrorCode>2</ErrorCode> <ErrorDescription>sample string 3</ErrorDescription> <Meta>sample string 4</Meta> <Success>true</Success> </PBNBReturnOfArrayOfNASClusterCA1DLPoZ>
application/bson
Sample:
} Success Data 0 Y ID Name sample string 2 CANID CASType FQDN sample string 5 1 Y ID Name sample string 2 CANID CASType FQDN sample string 5 2 Y ID Name sample string 2 CANID CASType FQDN sample string 5 ErrorCode ErrorDescription sample string 3 Meta sample string 4