Get tenant fips settings
GET/v1/tenants/:tenantUid/preferences/fips
Get tenant fips settings
Request
Path Parameters
tenantUid stringrequired
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
fipsClusterFeatureConfig
Non-FIPS configuration
modestring
Possible values: [nonFipsEnabled, nonFipsDisabled]
Default value: nonFipsDisabled
enable or disable the non FIPS complaint
fipsClusterImportConfig
Non-FIPS configuration
modestring
Possible values: [nonFipsEnabled, nonFipsDisabled]
Default value: nonFipsDisabled
enable or disable the non FIPS complaint
fipsPackConfig
Non-FIPS configuration
modestring
Possible values: [nonFipsEnabled, nonFipsDisabled]
Default value: nonFipsDisabled
enable or disable the non FIPS complaint
{
  "fipsClusterFeatureConfig": {
    "mode": "nonFipsDisabled"
  },
  "fipsClusterImportConfig": {
    "mode": "nonFipsDisabled"
  },
  "fipsPackConfig": {
    "mode": "nonFipsDisabled"
  }
}
Loading...