Type Alias ReloadsAPI

type ReloadsAPI = {
    cancelReload: typeof cancelReload;
    clearCache: typeof clearCache;
    getReload: typeof getReload;
    getReloads: typeof getReloads;
    queueReload: typeof queueReload;
}
Index

Properties

cancelReload: typeof cancelReload

Cancels a reload that is in progress or has been queued

The unique identifier of the reload.

CancelReloadHttpError

clearCache: typeof clearCache

Clears the cache for reloads api requests.

getReload: typeof getReload

Finds and returns a reload record.

The unique identifier of the reload.

GetReloadHttpError

getReloads: typeof getReloads

Finds and returns the reloads that the user has access to.

getReloads(
{
filter: "(status eq \"FAILED\" or status eq \"EXCEEDED_LIMIT\") and partial eq \"false\" and type eq \"chronos\"
"
}
)

an object with query parameters

GetReloadsHttpError

queueReload: typeof queueReload

Reloads an app specified by an app ID.

an object with the body content

QueueReloadHttpError