Operation
get /esmBrowser/packetSwitch/getAllNodesForPacketSwitchgetAllNodesForPacketSwitch (getAllNodesForPacketSwitch : /esmBrowser/packetSwitch/getAllNodesForPacketSwitch)
getAllNodesForPacketSwitch
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
PacketSwitchNodeDetailsUIDataList
|
| 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 /esmBrowser/packetSwitch/getPacketSwitchDetailsByVsId/{vsId}getPacketSwitchDetailsByVsId (getPacketSwitchDetailsByVsId : /esmBrowser/packetSwitch/getPacketSwitchDetailsByVsId/{vsId})
getPacketSwitchDetailsByVsId
Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| vsId | required | vsId | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
PacketSwitchInstMapper
|
| 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
post /esmBrowser/packetSwitch/getUnUsedPacketCardsgetUnUsedPacketCards (getUnUsedPacketCards : /esmBrowser/packetSwitch/getUnUsedPacketCards)
getUnUsedPacketCards
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
|---|---|---|---|---|
| body | optional | reqData | PacketSwitchNeDataMapper |
--- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
PacketSwitchCardsUIDataList
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
This API call consumes the following media types via the Content-Type request header:
application/json
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
post /esmBrowser/packetSwitch/getUnUsedUplinkCardsgetUnUsedUplinkCards (getUnUsedUplinkCards : /esmBrowser/packetSwitch/getUnUsedUplinkCards)
getUnUsedUplinkCards
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
|---|---|---|---|---|
| body | optional | reqData | PacketSwitchNeDataMapper |
--- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
PacketSwitchCardsUIDataList
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
This API call consumes the following media types via the Content-Type request header:
application/json
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 :
PacketSwitchCardsUIDataList
Name |
Type |
Description |
Enum |
|---|---|---|---|
| packetSwitchCardsUIDataList | array[PacketSwitchCardsUIData] PacketSwitchCardsUIData |
--- | --- |
PacketSwitchInstMapper
Name |
Type |
Description |
Enum |
|---|---|---|---|
| psId | Integer integer |
--- | --- |
| neId | Integer integer |
--- | --- |
| vsId | Long long |
--- | --- |
| packetSwitchName | String string |
--- | --- |
| packetSwitchDescr | String string |
--- | --- |
| packetSwitchAuthor | String string |
--- | --- |
| operationalMode | String string |
--- | --- |
| neName | String string |
--- | --- |
| packetCard1VsId | Long long |
--- | --- |
| uplinkCard1VsId | Long long |
--- | --- |
| packetCard2VsId | Long long |
--- | --- |
| uplinkCard2VsId | Long long |
--- | --- |
| preProvCliCmd | String string |
--- | --- |
| postProvCliCmd | String string |
--- | --- |
| provisionedBPPortList | array[String] string |
--- | --- |
| uplinkCard1Name | String string |
--- | --- |
| packetCard1Name | String string |
--- | --- |
| packetCard2Name | String string |
--- | --- |
| uplinkCard2Name | String string |
--- | --- |
| syncEEnabled | Integer integer |
--- | --- |
| lacpSystemPriority | Long long |
--- | --- |
| faultManagementMode | String string |
--- | --- |
| newPacketSwitchName | String string |
--- | --- |
| reset | String string |
--- | --- |
PacketSwitchNodeDetailsUIDataList
Name |
Type |
Description |
Enum |
|---|---|---|---|
| items | array[PacketSwitchNodeDetailsUIData] PacketSwitchNodeDetailsUIData |
--- | --- |
| packetSwitchNodeDetailsList | array[PacketSwitchNodeDetailsUIData] PacketSwitchNodeDetailsUIData |
--- | --- |