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