Operation
post /data/asonNBI/slte/{connectIds}commandPhysicalConn (commandPhysicalConn : /data/asonNBI/slte/{connectIds})
This post call is used to create the Repeaters on the physical links
Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| connectIds | required | connIdsStr | --- |
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
|---|---|---|---|---|
| body | optional | request | ServletWebRequest |
--- |
| body2 | optional | session | HttpSession |
--- |
| body3 | optional | form | String |
--- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
NprResponse
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
This API call consumes the following media types via the Content-Type request header:
application/jsonapplication/xml
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.
text/xmlapplication/json
External Docs
See Also :
Operation
post /data/npr/slte/{connectIds}commandPhysicalConn (commandPhysicalConn : /data/npr/slte/{connectIds})
This post call is used to create the Repeaters on the physical links
Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| connectIds | required | connIdsStr | --- |
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
|---|---|---|---|---|
| body | optional | request | ServletWebRequest |
--- |
| body2 | optional | session | HttpSession |
--- |
| body3 | optional | form | String |
--- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
NprResponse
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
This API call consumes the following media types via the Content-Type request header:
application/jsonapplication/xml
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.
text/xmlapplication/json
External Docs
See Also :
Operation
get /data/asonNBI/slte/{physicalConnId}get the Repeaters (get : /data/asonNBI/slte/{physicalConnId})
This function is used to get all the Repeaters in the physical connection
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
String
|
| 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.
text/xmlapplication/json
External Docs
See Also :
Operation
get /data/npr/slte/{physicalConnId}get the Repeaters (get : /data/npr/slte/{physicalConnId})
This function is used to get all the Repeaters in the physical connection
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
String
|
| 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.
text/xmlapplication/json
External Docs
See Also :