Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 354 Bytes

File metadata and controls

19 lines (14 loc) · 354 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let alerts = await client.api('/reports/healthMonitoring/alerts')
	.version('beta')
	.filter('createdDateTime gt 2024-06-10T11:23:44Z')
	.select('id,alertType,createdDateTime,state')
	.get();