scanPublishedImage_getAccountResources¶
-
GET /users/{uid}/scannedinstances/{siid}/scans/{sid}/images/{itid}/pimages/{pitid}/accounts/{caid}/resources
Returns any dynamic resource information from the target cloud environment.
Security Summary¶
- Requires Authentication:
true - Entitlements Required:
None
URI Parameters¶
uid(required): the user name (login name) of the usersiid(required): the id of the scannedInstanceitid(required): the id of the imagecaid(required): the id of the credAccountpitid(required): the id of the publishImagesid(required): the id of the scan
HTTP Request Body Parameters¶
None
Example Request¶
curl "https://uforge.example.com/api/users/{uid}/scannedinstances/{siid}/scans/{sid}/images/{itid}/pimages/{pitid}/accounts/{caid}/resources" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"