Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Info

Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Info
Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Info

The Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Info schema provides signature verification details for a Supervisor Service version.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "supervisor_name": "string",
    "status": "string",
    "images": [
        {
            "url": "string",
            "digest": "string",
            "status": "string",
            "certificate_chain": [
                "string"
            ],
            "last_verified_at": "string"
        }
    ],
    "last_verified_at": "string",
    "messages": [
        {
            "severity": "string",
            "details": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            }
        }
    ]
}
string
supervisor_name
Required

The name of the Supervisor managing the Service version.

This property was added in vSphere API 9.1.0.0.

string
status
Required

The overall trust status of the service version. This aggregates the status of all image package bundles referenced by the service version.

For more information see: Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Status.

This property was added in vSphere API 9.1.0.0.

images
Required

A list of container image artifacts and their corresponding signature verification results associated with the service version.

This property was added in vSphere API 9.1.0.0.

string As date-time As date-time
last_verified_at
Required

Timestamp of the most recent verification attempt.

This property was added in vSphere API 9.1.0.0.

messages
Required

A set of messages that provide additional details regarding the signature verification result. Returns an empty list if no messages are available or the Supervisor Service version is signed and trusted.

This property was added in vSphere API 9.1.0.0.