Client library for MonitorManagementClient
npm install --save @datafire/azure_monitor_eventcategories_api
let azure_monitor_eventcategories_api = require('@datafire/azure_monitor_eventcategories_api').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});
Get the list of available event categories supported in the Activity Logs Service.
The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.
azure_monitor_eventcategories_api.EventCategories_List({
"api-version": ""
}, context)
object
string
: Client Api Version.object
: Describes the format of Error response.string
: Error codestring
: Error message indicating why the operation failed.object
: A collection of event categories. Currently possible values are: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.array
: the list that includes the Azure event categories.object
: The localizable string class.string
: the locale specific value.string
: the invariant value.Version | Tag | Published |
---|---|---|
5.0.0 | latest | 2yrs ago |