Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 839 Bytes

proc_refreshing-the-compute-resources-cache.adoc

File metadata and controls

21 lines (18 loc) · 839 Bytes

Refreshing the Compute Resources Cache

Refresh the cache of compute resources to update compute resources information.

Procedure
  1. In the {ProjectWebUI}, navigate to Infrastructure > Compute Resources.

  2. Select a VMware server you want to refresh the compute resources cache for and click Refresh Cache.

CLI procedure
  • Use this API call to refresh the compute resources cache:

    # curl -H "Accept:application/json" \
    -H "Content-Type:application/json" -X PUT \
    -u username:password -k \
    https://{foreman-example-com}/api/compute_resources/compute_resource_id/refresh_cache

    Use hammer compute-resource list to determine the ID of the VMware server you want to refresh the compute resources cache for.