Package de.dlr.proseo.api.auxipmon.rest
Klasse AuxipStatusControllerImpl
java.lang.Object
de.dlr.proseo.api.auxipmon.rest.AuxipStatusControllerImpl
- Alle implementierten Schnittstellen:
StatusController
Spring MVC controller for the prosEO AUXIP 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> getRestInterfaceStatusByAuxipid
(String auxipid, org.springframework.http.HttpHeaders httpHeaders) Get the interface status for the given AUXIP Monitor
-
Konstruktordetails
-
AuxipStatusControllerImpl
public AuxipStatusControllerImpl()
-
-
Methodendetails
-
getRestInterfaceStatusByAuxipid
public org.springframework.http.ResponseEntity<RestInterfaceStatus> getRestInterfaceStatusByAuxipid(String auxipid, org.springframework.http.HttpHeaders httpHeaders) Get the interface status for the given AUXIP Monitor- Angegeben von:
getRestInterfaceStatusByAuxipid
in SchnittstelleStatusController
- Parameter:
auxipid
- the AUXIP 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 AUXIP Monitor identifier was passed
-