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