Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.26 KB

File metadata and controls

56 lines (39 loc) · 1.26 KB

nic_get

GET users/{uid}/appliances/{aid}/installProfile/{ipid}/nics/{nid}

Summary

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

Gets the information for a network interface card.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • uid (required): the user name (login name) of the user-object
  • ipid (required): the id of the installprofile-object
  • nid (required): the id of the nic-object to delete
  • aid (required): the id of the appliance-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/apiusers/{uid}/appliances/{aid}/installProfile/{ipid}/nics/{nid}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • installprofile-object
  • nic-object
  • nic-create
  • nic-delete
  • nic-getAll
  • nic-update
  • nic-updateList
  • user-object