Get list of IntelliFlash backends

Return list of all IntelliFlash backends.

GET
https://aker.infra.katapult.io/v2/intelliflash

If successful, this endpoint will return a 200 OK status.

Returned Object

When the request is successful, you can expect an object matching the specification below to be returned.

{
    backends: [ Backend {
        type: BackendType
        slug: String
    } ]
}