Get FIPS Crypto Modules

Get FIPS Crypto Modules
Get FIPS Crypto Modules

Endpoint to retrieve the list of FIPS cryptographic modules utilized by the components.
Authorized Roles : SYSTEM_ADMIN or INFRA_ADMIN or DSM_ADMIN

Request
URI
GET
https://{api_host}/provider/fips/modules
COPY
Header Parameters
string
Authorization
Required

Bearer token for authentication (e.g., "Bearer <token>" obtained from /provider/session)

string
Accept
Required

Must be application/vnd.vmware.dms-v1+json

Possible values are : application/vnd.vmware.dms-v1+json,

Authentication
This operation uses the following authentication methods.
Responses
200

Successfully retrieved the list of FIPS cryptographic modules.

[
    {
        "name": "string",
        "version": "string",
        "cmvp_cert": "string",
        "cavp_cert": "string",
        "component_name": "string",
        "component_version": "string"
    }
]

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/provider/fips/modules