GET api_v2/CSResources/GetDaysAutoDecrease?csResourceId={csResourceId}
Get cloud service resource days auto decrease
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
csResourceId | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <ResourceName>sample string 1</ResourceName> </Result>
application/json, text/json
Sample:
{ "ResourceName": "sample string 1" }