ReportingRestClient class
Base class that should be used (derived from) to make requests to VSS REST apis
- Extends
get |
Get Alert summary by severity for the org |
get |
Get Alert summary by severity for the org
function getAlertSummaryForOrg(): Promise<OrgAlertSummary>
Returns
Promise<OrgAlertSummary>
function getEnablementSummaryForOrg(): Promise<OrgEnablementSummary>
Returns
Promise<OrgEnablementSummary>