PerformanceData [SPFSDK][VMMREF]

 

Applies To: Windows Azure Pack

The PerformanceData entity represents performance data for a specific virtual machine.

VMM
  PerformanceData

For more information about how the properties of an entity interact with HTTP operations, see Entity Basics.

Name

Create (POST)

Read (GET)

Update (PUT)

Delete (DELETE)

Type

Nullable

Description

PerformanceCounter

-

Optional

-

-

Edm.String

False

Key Property

The performance counter to retrieve. This property can have one of the following values.

  • CPUUsage

  • MemoryUsage

  • StorageIOPSUsage

  • NetworkIOUsage

  • PowerSavings

StampId

-

Required

-

-

Edm.Guid

False

Key Property

The identifier of the stamp.

TimeFrame

-

Required

-

-

Edm.String

False

Key Property

The time period of the counter. This parameter can have one of the following values.

  • hour

  • day

  • month

VMId

-

Required

-

-

Edm.Guid

False

Key Property

The identifier of the virtual machine.

PerformanceHistory

-

Optional

-

-

Collection(Edm.Int32)

False

Data associated with the specified performance counter.

TimeSamples

-

Optional

-

-

Collection(Edm.DateTime)

False

Date and time when the data was recorded.

Show: