Interface ExternalProviderCertificatesService

    • Method Detail

      • list

        ExternalProviderCertificatesService.ListRequest list()
        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.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.