Operation
get /data/otn/browser/lookup/port/getotdrportsperne/{id}Fetches otdr ports (getOtdrPortsBasedOnNeId : /data/otn/browser/lookup/port/getotdrportsperne/{id})
This method returns all otdr ports based on the NE Id
Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | Ne Id (incase of filtering) | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult
|
| 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 :
Operation
get /data/otn/browser/lookup/port/getotdrportspernode/{id}Fetches otdr ports (getOtdrPortsBasedOnNodeId : /data/otn/browser/lookup/port/getotdrportspernode/{id})
This method returns all otdr ports based on the Node Id
Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| id | required | Node Id (incase of filtering) | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult
|
| 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 :