Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.65 KB

scanPublishedImage_getAccountResources.rst

File metadata and controls

59 lines (42 loc) · 1.65 KB

scanPublishedImage_getAccountResources

GET /users/{uid}/scannedinstances/{siid}/scans/{sid}/images/{itid}/pimages/{pitid}/accounts/{caid}/resources

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.7.7

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 user-object
  • siid (required): the id of the scannedinstance-object
  • itid (required): the id of the image-object
  • caid (required): the id of the credaccount-object
  • pitid (required): the id of the publishimage-object
  • sid (required): the id of the scan-object

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"
  • credaccount-object
  • deployment-object
  • image-object
  • machinescan-api-resources
  • machinescaninstance-api-resources
  • publishimage-object
  • scan-object
  • scanImage-generate
  • scannedinstance-object
  • user-object