Get-MgmtSvcPlanMetrics

Get-MgmtSvcPlanMetrics

Gets the metrics for a service plan.

Syntax

Parameter Set: Default
Get-MgmtSvcPlanMetrics [-AdminUri] <Uri> [-Token] <String> [-PlanId] <String> [[-StartTime] <DateTime> ] [[-EndTime] <DateTime> ] [-DisableCertificateValidation] [ <CommonParameters>]


 

Detailed Description

The Get-MgmtSvcPlanMetrics cmdlet gets the metrics for a service plan.

Parameters

-AdminUri<Uri>

Specifies the URI of the Windows Azure Pack administrator API. Use the following format: https://<computer>:<port>, where <computer> is the computer on which the administrator API is installed.

 

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

 

-DisableCertificateValidation

Disables certificate validation for the Windows Azure Pack installation.

If you specifiy this parameter, you can use self-signed certificates.

 

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

 

-EndTime<DateTime>

Specifies the end of the date range as a DateTime object. To obtain a DateTime object, use the Get-Date cmdlet.

 

Aliases

none

Required?

false

Position?

5

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

 

-PlanId<String>

Specifies the ID of a plan.

 

Aliases

none

Required?

true

Position?

3

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

 

-StartTime<DateTime>

Specifies the start of the date range as a DateTime object. To obtain a DateTime object, use the Get-Date cmdlet.

 

Aliases

none

Required?

false

Position?

4

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

 

-Token<String>

Specifies an identity token. To create a token, use the Get-MgmtSvcToken cmdlet.

 

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

 

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Examples

Example 1: Get metrics for a service plan

NOTE: This example assumes that you have created a token by using Get-MgmtSvcToken and have stored it in a variable named $Token.

This command gets metrics for the plan with the ID Examphmdwwdi2.

PS C:\> Get-MgmtSvcPlanMetrics -PlanId 'Examphmdwwdi2' -AdminUri "https://Computer01:30004" -Token $Token -DisableCertificateValidation

 

Related topics

Get-MgmtSvcPlan