Examples

DELETE /foreman_virt_who_configure/api/configs/51
{
  "config": {}
}
200
{
  "id": 51,
  "interval": 120,
  "hypervisor_id": "hostname",
  "listing_mode": 0,
  "whitelist": null,
  "blacklist": null,
  "compute_resource_id": null,
  "organization_id": 447626492,
  "service_user_id": 49,
  "created_at": "2024-05-23T19:44:56.587Z",
  "updated_at": "2024-05-23T19:44:56.650Z",
  "debug": false,
  "hypervisor_type": "esx",
  "hypervisor_server": "vmware.example.com",
  "hypervisor_username": "root",
  "hypervisor_password": "changeme",
  "satellite_url": "foreman.example.com",
  "no_proxy": null,
  "last_report_at": "2024-05-23T19:43:56.586Z",
  "out_of_date_at": "2024-05-23T21:43:56.586Z",
  "name": "config 42",
  "filter_host_parents": null,
  "exclude_host_parents": null,
  "kubeconfig_path": null,
  "http_proxy_id": null,
  "prism_flavor": null,
  "ahv_internal_debug": null
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

id
required

Configuration numeric identifier

Validations:

  • Must be a number.