Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.41 KB

installProfileGroup_deleteAll.rst

File metadata and controls

56 lines (39 loc) · 1.41 KB

installProfileGroup_deleteAll

DELETE /users/{uid}/appliances/{aid}/installProfile/{ipid}/groups

Summary

  • Method: DELETE
  • Response Code: 204 / 200
  • Response Formats:
  • Since: UForge 3.4

Removes all the OS groups from an install profile.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • uid (required): the user name (login name) of the user-object that has created the appliance
  • ipid (required): the id of the installprofile-object
  • aid (required): the id of the appliance-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/appliances/{aid}/installProfile/{ipid}/groups" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • installProfileGroup-create
  • installProfileGroup-delete
  • installProfileGroup-get
  • installProfileGroup-getAll
  • installProfileGroup-update
  • installProfileUser-create
  • installProfileUser-deleteAll
  • installProfileUser-get
  • installProfileUser-getAll
  • installProfileUser-update