Vcenter Host Crypto Fips Modules FilterSpec
The Vcenter Host Crypto Fips Modules FilterSpec schema defines a filter for narrowing the returned crypto modules. The result will contain elements which meet all criteria. If none of the modules on some host meet the criteria this host will not be included in the result.
This schema was added in vSphere API 9.1.0.0.
{
"hosts": [
"string"
],
"names": [
"string"
],
"versions": [
"string"
]
}
MoId of the hosts whose modules shall be included in the result; Up to 100 hosts can be specified.
This property was added in vSphere API 9.1.0.0.
If missing or null or empty, all hosts shall be included in the result.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem.
Name of modules which shall be included in the result. Up to 10 names can be specified.
This property was added in vSphere API 9.1.0.0.
If missing or null or empty, modules won't be filtered by name.
Version of modules which shall be included in the result. Up to 10 versions can be specified.
This property was added in vSphere API 9.1.0.0.
If missing or null or empty, modules won't be filtered by version.