Interface RestElasticInstanceService
-
- All Known Implementing Classes:
RestElasticInstanceServiceImpl
public interface RestElasticInstanceService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull String
getInstanceLog(@NotNull String instanceId)
Obtain logs from an EC2 instance.
-
-
-
Method Detail
-
getInstanceLog
@NotNull @NotNull String getInstanceLog(@NotNull @NotNull String instanceId) throws WebValidationException, NotFoundException
Obtain logs from an EC2 instance.- Parameters:
instanceId
- id of the instance- Returns:
- instance logs, empty string will be returned if there were no logs to fetch
- Throws:
WebValidationException
NotFoundException
-
-