Operation
get /otn/NBI/topoMgmt/TopologicalLinks/{includeInternalLinks}getAllTopologicalLinks (getAllTopologicalLinks : /otn/NBI/topoMgmt/TopologicalLinks/{includeInternalLinks})
getAllTopologicalLinks
Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| includeInternalLinks | required | includeInternalLinks | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
NbiTopoResponse
|
| 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 /otn/NBI/topoMgmt/topologicalLink/{tlType}/{tlId}getTopologicalLinkDetails (getTopologicalLinkDetails : /otn/NBI/topoMgmt/topologicalLink/{tlType}/{tlId})
getTopologicalLinkDetails
Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| tlType | required | tlType | --- |
| tlId | required | tlId | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
NbiTopoResponse
|
| 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 :
NbiTopoResponse
Name |
Type |
Description |
Enum |
|---|---|---|---|
| message | String string |
--- | --- |
| status | String string |
--- | --- |
| topoData | array[Map«string,string»] Map«string,string» |
--- | --- |