Interface ExternalProviderCertificatesService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    ExternalProviderCertificatesService

    public static interface ExternalProviderCertificatesService.ListResponse
    extends Response
    Returns the chain of certificates presented by the external provider. [source] ---- GET /ovirt-engine/api/externalhostproviders/123/certificates ---- And here is sample response: [source,xml] ---- ... ... ---- The order of the returned certificates is always guaranteed to be the sign order: the first is the certificate of the server itself, the second the certificate of the CA that signs the first, so on.
    • Method Detail

      • certificates

        List<Certificate> certificates()
        List containing certificate details.