GET api_v2/CSResources/GetCSResourceIDByName?resourceName={resourceName}
Get cloud service resource by name
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
resourceName | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <CSResourceID>f176058b-ff41-4b3d-b4b8-e3238c4dec20</CSResourceID> </Result>
application/json, text/json
Sample:
{ "CSResourceID": "f176058b-ff41-4b3d-b4b8-e3238c4dec20" }