The Get-CVSLAReport
cmdlet returns information about the service level agreement (SLA) calculation for a specific client or for an entire CommCell environment.
Before you can use this cmdlet, you must log on to your CommCell environment using the Connect-CVServer
cmdlet. For more information, see Connecting to a CommCell Environment with PowerShell.
Syntax
Get-CVSLAReport [-EmailAddr <String>] [-Type <Int32>] [-Category <Int32>] [-Status <Int32>] [-AllProperties] [<CommonParameters>]
Get-CVSLAReport [-ClientName <String>] [-EmailAddr <String>] [-Type <Int32>] [-Category <Int32>] [-Status <Int32>] [-AllProperties] [<CommonParameters>]
Get-CVSLAReport [-ClientId <Int32>] [-EmailAddr <String>] [-Type <Int32>] [-Category <Int32>] [-Status <Int32>] [-AllProperties] [<CommonParameters>]
Get-CVSLAReport [-ClientObject <Object>] [-EmailAddr <String>] [-Type <Int32>] [-Category <Int32>] [-Status <Int32>] [-AllProperties] [<CommonParameters>]
Optional Parameters
Commvault Parameters
Parameter | Description | Data type | Values | Accepts pipeline input? | Accepts wildcard characters? | Type of Parameter |
---|---|---|---|---|---|---|
– | The name of the client. | String |
| No | No | Named |
– | The ID of the client. | Int32 | The default value is 0. | No | No | Named |
– | An object that represents the client. | Object | Yes, by:
| No | Named | |
– | The email address to send the report to. | String | No | No | Named | |
– | The SLA status to include in the report. | Int32 | Valid values:
| No | No | named |
– | The SLA category to include in the report. | Int32 | Valid values:
| No | No | Named |
– | The client type to include in the report. | Int32 | Valid values:
| No | No | Named |
– | Retrieves all properties of the specified SLA report. | SwitchParameter | No | No | Named |
Microsoft PowerShell Parameters
You can use the following Microsoft PowerShell parameters:
Debug
ErrorAction
ErrorVariable
OutBuffer
OutVariable
PipelineVariable
Verbose
WarningAction
WarningVariable
Force
Confirm
WhatIf
Note: Only a few cmdlets support Force, Confirm, and WhatIf parameters.
For more information, see "About Common Parameters" in the Microsoft PowerShell documentation.
Input
This cmdlet does not support input.
Output
The SLA report.
Examples
Get CommCell-Level SLA Information
The following example returns the SLA information for your CommCell environment.
Get-CVSLAReport
Get SLA Information for a Client
The following example returns the SLA information for a client in your CommCell environment.
Get-CVSLAReport -ClientName myclient