Package de.dlr.proseo.api.xbipmon.rest
Klasse XbipStatusControllerImpl
java.lang.Object
de.dlr.proseo.api.xbipmon.rest.XbipStatusControllerImpl
- Alle implementierten Schnittstellen:
StatusController
Spring MVC controller for the prosEO XBIP Monitor; implements the services required to inquire about the interface status
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<RestInterfaceStatus> getRestInterfaceStatusByXbipid
(String xbipid, org.springframework.http.HttpHeaders httpHeaders) Get the interface status for the given XBIP Monitor
-
Konstruktordetails
-
XbipStatusControllerImpl
public XbipStatusControllerImpl()
-
-
Methodendetails
-
getRestInterfaceStatusByXbipid
public org.springframework.http.ResponseEntity<RestInterfaceStatus> getRestInterfaceStatusByXbipid(String xbipid, org.springframework.http.HttpHeaders httpHeaders) Get the interface status for the given XBIP Monitor- Angegeben von:
getRestInterfaceStatusByXbipid
in SchnittstelleStatusController
- Parameter:
xbipid
- the XBIP Monitor identifierhttpHeaders
- the HTTP request headers (injected)- Gibt zurück:
- HTTP status "OK" and the Json representation of the interface status information, or HTTP status "FORBIDDEN" and an error message, if an invalid XBIP Monitor identifier was passed
-