{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 }} Client Usage {{#if @activityTimestamp}} Last Updated: {{date-format @activityTimestamp "MMM d yyyy, h:mm:ss aaa" withTimeZone=true}} {{/if}} {{#if this.version.isEnterprise}}

For billing period: {{this.formattedStartDate}} - {{this.formattedEndDate}}

{{/if}} This is the dashboard for your overall client count usages. Review Vault's client counting documentation for more information. {{#if this.showCommunity}}
Client counting period Specify a date range to view within that timeframe. Click 'Edit' to choose a different date range. {{this.formattedStartDate}} - {{this.formattedEndDate}}
{{/if}}
{{#if this.showExportButton}} {{/if}}
{{#if this.showExportModal}} Export activity data {{#if this.exportChartData.isRunning}}

Your export request is being processed. This may take some time; please do not navigate away from this page.

{{else}}

This file will include an export of the clients that had activity within the date range below. See the activity export documentation for more details.

SELECTED DATE {{if this.formattedEndDate " RANGE"}}

{{this.formattedStartDate}} {{#if this.showEndDate}} {{"-"}} {{this.formattedEndDate}} {{/if}}

Export format {{/if}} {{#if this.downloadError}} CSV export failed {{this.downloadError}} {{/if}}
{{#if @upgradesDuringActivity}} Data contains {{pluralize @upgradesDuringActivity.length "upgrade"}}:
    {{#each @upgradesDuringActivity as |upgrade|}}
  • {{upgrade.version}} {{this.parseAPITimestamp upgrade.timestampInstalled "(MMM d, yyyy)"}}
  • {{/each}}
Visit our Client count FAQ for more information.
{{/if}}
{{/if}}