Table of Contents

Method GetFlasks

Namespace
Everest.Service.Containers
Assembly
Everest.Service.dll

GetFlasks(bool)

Returns the list of currently registered flasks

[OperationContract]
[FaultContract(typeof(DbFaultContract))]
[FaultContract(typeof(ValidationFaultContract))]
[SwaggerWcfTag("Containers", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "The list of flasks corresponding to the filter criterion", Description = "Returns the list of currently registered flasks")]
[WebGet(UriTemplate = "Flasks?includeInactive={includeInactive}", ResponseFormat = WebMessageFormat.Json)]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.OK, Description = "Success")]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.InternalServerError, Description = "An unexpected error occurred while processing the request.", Type = typeof(JsonErrorMessage))]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.BadRequest, Description = "Fault exception", Type = typeof(JsonErrorMessage))]
VolumetricContainerInstanceContract[] GetFlasks(bool includeInactive = false)

Parameters

includeInactive bool

True if the list should include flasks that are currently not active

Returns

VolumetricContainerInstanceContract[]

The list of flasks corresponding to the filter criterion