latestOpenAPI 3.0.2MITraw.githubusercontent.com2026-08-14263363.6 KB

38f761f66622

dashboard

Dashboard runtime and build info

Returns GripMock build metadata and current runtime process information.

get/dashboard/info

Response

Successful operation

appNamestring required

Application name reported by the binary.

versionstring required

GripMock version.

goVersionstring required

Go version the binary was built with.

compilerstring required

Go compiler used for the build.

goosstring required

Operating system the binary targets.

goarchstring required

CPU architecture the binary targets.

numCPUinteger required

CPUs visible to the process.

startedAtstring date-time required

When the process started (RFC 3339).

uptimeSecondsinteger required

Seconds since startup.

readyboolean required

Whether the server has finished loading and is answering calls.

historyEnabledboolean required

Whether call history recording is on (HISTORY_ENABLED).

totalServicesinteger required

Services currently registered, from every descriptor source.

totalStubsinteger required

Stubs currently in storage.

totalSessionsinteger required

Sessions currently known to the server.

runtimeDescriptorsinteger required

Descriptors uploaded over REST since startup.