Skip to Content
Anuma SDKClientInternalType AliasesGetApiV1DeveloperAppsByAppUuidUsageData

GetApiV1DeveloperAppsByAppUuidUsageData

GetApiV1DeveloperAppsByAppUuidUsageData = object

Defined in: src/client/types.gen.ts:3252 

Properties

body?

optional body: never

Defined in: src/client/types.gen.ts:3253 


path

path: object

Defined in: src/client/types.gen.ts:3254 

app_uuid

app_uuid: string

App UUID


query?

optional query: object

Defined in: src/client/types.gen.ts:3260 

end_time?

optional end_time: string

End time (RFC3339). Defaults to now.

granularity?

optional granularity: string

Timeseries granularity: ‘day’ (default) or ‘hour’

start_time?

optional start_time: string

Start time (RFC3339). Defaults to 30 days ago.


url

url: "/api/v1/developer/apps/{app_uuid}/usage"

Defined in: src/client/types.gen.ts:3274 

Last updated on