POST api_v2/CsPerformanceCounters/SetPerformanceDateValueList
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <ItemList> <CloudServiceID>sample string 1</CloudServiceID> <DateEvent>sample string 2</DateEvent> <AccountUserID>924bf181-75aa-4c58-afa8-3cff6db45529</AccountUserID> <PerformanceCounterID>sample string 3</PerformanceCounterID> <PerformanceCounterValue>1.1</PerformanceCounterValue> </ItemList> <ItemList> <CloudServiceID>sample string 1</CloudServiceID> <DateEvent>sample string 2</DateEvent> <AccountUserID>924bf181-75aa-4c58-afa8-3cff6db45529</AccountUserID> <PerformanceCounterID>sample string 3</PerformanceCounterID> <PerformanceCounterValue>1.1</PerformanceCounterValue> </ItemList> <ItemList> <CloudServiceID>sample string 1</CloudServiceID> <DateEvent>sample string 2</DateEvent> <AccountUserID>924bf181-75aa-4c58-afa8-3cff6db45529</AccountUserID> <PerformanceCounterID>sample string 3</PerformanceCounterID> <PerformanceCounterValue>1.1</PerformanceCounterValue> </ItemList> </Request>
application/json, text/json
Sample:
{ "ItemList": [ { "CloudServiceId": "sample string 1", "DateEvent": "sample string 2", "AccountUserId": "924bf181-75aa-4c58-afa8-3cff6db45529", "PerformanceCounterId": "sample string 3", "PerformanceCounterValue": 1.1 }, { "CloudServiceId": "sample string 1", "DateEvent": "sample string 2", "AccountUserId": "924bf181-75aa-4c58-afa8-3cff6db45529", "PerformanceCounterId": "sample string 3", "PerformanceCounterValue": 1.1 }, { "CloudServiceId": "sample string 1", "DateEvent": "sample string 2", "AccountUserId": "924bf181-75aa-4c58-afa8-3cff6db45529", "PerformanceCounterId": "sample string 3", "PerformanceCounterValue": 1.1 } ] }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}