ReportingRestClient class

Base class that should be used (derived from) to make requests to VSS REST apis

Extends

Constructors

ReportingRestClient(IVssRestClientOptions)

Methods

getAlertSummaryForOrg()

Get Alert summary by severity for the org

getEnablementSummaryForOrg()

Constructor Details

ReportingRestClient(IVssRestClientOptions)

new ReportingRestClient(options: IVssRestClientOptions)

Parameters

Method Details

getAlertSummaryForOrg()

Get Alert summary by severity for the org

function getAlertSummaryForOrg(): Promise<OrgAlertSummary>

Returns

Promise<OrgAlertSummary>

getEnablementSummaryForOrg()

function getEnablementSummaryForOrg(): Promise<OrgEnablementSummary>

Returns