GET api_v2/CSResources/Count?cloudServiceId={cloudServiceId}
Get count cloud service resources
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
cloudServiceId | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <Count>1</Count> </Result>
application/json, text/json
Sample:
{ "Count": 1 }