Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview
PerformanceData
Reads performance data for a specific virtual machine.
HTTP Verbs
| GET | POST | PUT | DELETE |
|---|---|---|---|
| Yes | No | No | No |
GET
Gets the specified performance counters for the specified time period.
Entity Properties
| Name | Type | Mandatory | Description |
|---|---|---|---|
| StampId | Edm.Guid | Yes | The identifier of the stamp to restrict the query to |
| VMId | Edm.Guid | Yes | The identifier of the virtual machine |
| PerformanceCounter | Edm.String | No | The performance counter that should be retrieved; one of the following values: - CPUUsage - MemoryUsage - StorageIOPSUsage - NetworkIOUsage |
| TimeFrame | Edm.String | No | The time period for returning the performance information; one of the following values: - Hour - Day - Month |