GET api_v2/AccountCSResourceValues/GetProperties?accountCSResourceValueId={accountCSResourceValueId}
Get account cloud service resource value properties
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountCSResourceValueId | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountId>f66c8916-5e65-4b54-a66b-0363eaca032c</AccountId> <CSResourceID>1225a61e-416e-4477-a8ef-4020c8dc0805</CSResourceID> <InitiatorCloudServiceID>283f2ab8-de07-42ee-b18b-6d68fbfde7d2</InitiatorCloudServiceID> <ModifyResourceDateTime>2021-01-24T06:48:11.097729+03:00</ModifyResourceDateTime> <ModifyResourceValue>5</ModifyResourceValue> <ModifyResourceComment>sample string 6</ModifyResourceComment> </Result>
application/json, text/json
Sample:
{ "AccountId": "f66c8916-5e65-4b54-a66b-0363eaca032c", "CSResourceID": "1225a61e-416e-4477-a8ef-4020c8dc0805", "InitiatorCloudServiceID": "283f2ab8-de07-42ee-b18b-6d68fbfde7d2", "ModifyResourceDateTime": "2021-01-24T06:48:11.097729+03:00", "ModifyResourceValue": 5, "ModifyResourceComment": "sample string 6" }