Update Security Global Fips
DescriptionEnable/Disable Global FIPS mode for the appliance. Caution: Changing the value of this setting will reboot the Appliance.
Request
URLURL
https://{api_host}/api/appliance/system/global-fips
Header Parameters
Header Parameters
string
vmware-api-session-id
Required
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Request Body
Request Body
SystemSecurityGlobalFipsUpdateSpec of mimetype application/json
Required
This parameter has no documentation
(Both the class referenced by the parameter and parameter itself are missing descriptions)
{
"enabled": false
}
boolean
enabled
Optional
FIPS setting state. If unset, the value is unchanged.
Authentication
This operation uses the following authentication methods.
Errors
Errors
default
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
$SystemSecurityGlobalFipsUpdateSpec = Initialize-SystemSecurityGlobalFipsUpdateSpec -Enabled $false
Invoke-SetSystemGlobalFips -SystemSecurityGlobalFipsUpdateSpec $SystemSecurityGlobalFipsUpdateSpec
cURL Command
curl -X PUT -H "vmware-api-session-id: b00db39f948d13ea1e59b4d6fce56389" -H "Content-Type: application/json" -d '{"enabled":false}' https://{api_host}/api/appliance/system/global-fips
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: update
Availability
Added in 7.0.1.0