Operation
get /esmBrowser/RMDDiscovery/getAllFilteredPorts/{nodeName}/{portName}getAllFilteredPorts (getAllFilteredPorts : /esmBrowser/RMDDiscovery/getAllFilteredPorts/{nodeName}/{portName})
getAllFilteredPorts
Path parameters
Name |
IsRequired |
Description |
Enum |
|---|---|---|---|
| nodeName | required | nodeName | --- |
| portName | required | tpIds | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
UIMapperRMD
|
| 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/RMDDiscovery/getAllSupportedNEgetAllSupportedNEs (getAllSupportedNEs : /esmBrowser/RMDDiscovery/getAllSupportedNE)
getAllSupportedNEs
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
UIMapperRMD
|
| 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/RMDDiscovery/schedRMDDiscoveryscheduleRMDDiscovery (scheduleRMDDiscovery : /esmBrowser/RMDDiscovery/schedRMDDiscovery)
scheduleRMDDiscovery
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
|---|---|---|---|---|
| body | optional | dataHolder | N_RMDDiscoveryDataHolder |
--- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
N_RMDDiscoveryRespHolder
|
| 201Created | --- |
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Consumes
This API call consumes the following media types via the Content-Type request header:
application/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.
application/xml
External Docs
See Also :
N_RMDDiscoveryDataHolder
Name |
Type |
Description |
Enum |
|---|---|---|---|
| sessionId | String string |
--- | --- |
| requestURI | String string |
--- | --- |
| logReqId | String string |
--- | --- |
| operator | String string |
--- | --- |
| client | String string |
--- | --- |
| reqId | nRequestHeaderMapper nRequestHeaderMapper |
--- | --- |
| scheduler | SchedReqMapper SchedReqMapper |
--- | --- |
| portDataDiscovery | array[N_PortDataDiscovery] N_PortDataDiscovery |
--- | --- |
| activate | Boolean boolean |
--- | --- |
N_RMDDiscoveryRespHolder
Name |
Type |
Description |
Enum |
|---|---|---|---|
| responseId | ResponseHeader ResponseHeader |
--- | --- |
ResponseHeader
Name |
Type |
Description |
Enum |
|---|---|---|---|
| req | RequestHeader RequestHeader |
--- | --- |
| errorReason | String string |
--- | --- |
| errorCode | String string |
--- | --- |
| message | String string |
--- | --- |
| cmdStatus | String string |
--- | --- |
| opMsg | String string |
--- | --- |
| msgCode | String string |
--- | --- |
| parameters | array[String] string |
--- | --- |
| paramCount | Integer integer |
--- | --- |
| objectId | Integer integer |
--- | --- |
| jobName | String string |
--- | --- |
| objectType | Integer integer |
--- | --- |
SchedReqMapper
Name |
Type |
Description |
Enum |
|---|---|---|---|
| jobName | String string |
--- | --- |
| jobDescription | String string |
--- | --- |
| username | String string |
--- | --- |
| trigger | SchedTriggerMapper SchedTriggerMapper |
--- | --- |
UIMapperRMD
Name |
Type |
Description |
Enum |
|---|---|---|---|
| supportedNe | array[N_SupportedNEData] N_SupportedNEData |
--- | --- |
| portData | array[N_PortData] N_PortData |
--- | --- |