scanPublishedImage_getAccount¶
-
GET /users/{uid}/scannedinstances/{siid}/scans/{sid}/images/{itid}/pimages/{pitid}/accounts/{caid}
Returns the information of a cloud account.
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}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"