Operation
get /eqm/ne/getNeOCS/{grpID}/{neID}/{retrieveFunction}OCS NE level details. (retrieveNeAttributes : /eqm/ne/getNeOCS/{grpID}/{neID}/{retrieveFunction})
Retrieves the NE level attributes.
Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| grpID | required | EML Group ID | --- |
| neID | required | EML Network Element ID | --- |
| retrieveFunction | required | The functionality details to be retrieved | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
OcsNeSyncDetails
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
application/json
External Docs
See Also :
HashMap«string,string»
Name |
Type |
Description |
Enum |
|---|
IpRouteOCS
Name |
Type |
Description |
Enum |
|---|---|---|---|
| aid | String string |
--- | --- |
| destaddr | String string |
--- | --- |
| mask | String string |
--- | --- |
| nexthop | String string |
--- | --- |
| metric | String string |
--- | --- |
| status | String string |
--- | --- |
| advertise | String string |
--- | --- |
| connvia | String string |
--- | --- |
| cidr | String string |
--- | --- |
| installed | String string |
--- | --- |
OcsNeSyncDetails
Name |
Type |
Description |
Enum |
|---|---|---|---|
| userLabel | String string |
--- | --- |
| additinalInfo | HashMap«string,string» HashMap«string,string» |
--- | --- |
| netIf_data_list | array[NetIfOCS] NetIfOCS |
--- | --- |
| lan_data_list | array[LanOCS] LanOCS |
--- | --- |
| ipRoute_data_list | array[IpRouteOCS] IpRouteOCS |
--- | --- |
| aidList | array[String] string |
--- | --- |
| ipRoute_aidList | array[String] string |
--- | --- |
| customAsapList | array[String] string |
--- | --- |