{ "opencollection": "1.0.0", "info": { "name": "Service Retrieval Certificates API", "version": "20210224" }, "items": [ { "info": { "name": "certificates", "type": "folder" }, "items": [ { "info": { "name": "Gets a CA bundle.", "type": "http" }, "http": { "method": "GET", "url": "https://certificates.$region.oci.oraclecloud.com/20210224/caBundles/:caBundleId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "caBundleId", "value": "", "type": "path", "description": "The OCID of the CA bundle." } ] }, "docs": "Gets the bundle for the specified CA bundle.\n" }, { "info": { "name": "Gets a certificate authority bundle.", "type": "http" }, "http": { "method": "GET", "url": "https://certificates.$region.oci.oraclecloud.com/20210224/certificateAuthorityBundles/:certificateAuthorityId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "certificateAuthorityId", "value": "", "type": "path", "description": "The OCID of the certificate authority (CA)." }, { "name": "versionNumber", "value": "", "type": "query", "description": "The version number of the certificate authority (CA)." }, { "name": "certificateAuthorityVersionName", "value": "", "type": "query", "description": "The name of the certificate authority (CA). (This might be referred to as the name of the CA version, as every CA consists of at least one version.) Names are unique across versions of a given CA.\n" }, { "name": "stage", "value": "", "type": "query", "description": "The rotation state of the certificate version." } ] }, "docs": "Gets a bundle for a certificate authority (CA) that matches either the specified `stage`, `name`, or `versionNumber` parameter.\nIf none of these parameters are provided, the bundle for the CA version marked as `CURRENT` is returned.\n" }, { "info": { "name": "Lists all versions of bundles for a certificate authority.", "type": "http" }, "http": { "method": "GET", "url": "https://certificates.$region.oci.oraclecloud.com/20210224/certificateAuthorityBundles/:certificateAuthorityId/versions", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "certificateAuthorityId", "value": "", "type": "path", "description": "The OCID of the certificate authority (CA)." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can specify only one sort order. The default\norder for `VERSION_NUMBER` is ascending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`).\n" } ] }, "docs": "Lists all versions of bundles for a given certificate authority (CA)." }, { "info": { "name": "Gets a certificate bundle.", "type": "http" }, "http": { "method": "GET", "url": "https://certificates.$region.oci.oraclecloud.com/20210224/certificateBundles/:certificateId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "certificateId", "value": "", "type": "path", "description": "The OCID of the certificate." }, { "name": "versionNumber", "value": "", "type": "query", "description": "The version number of the certificate. The default value is 0, which means that this query parameter is ignored." }, { "name": "certificateVersionName", "value": "", "type": "query", "description": "The name of the certificate. (This might be referred to as the name of the certificate version, as every certificate consists of at least one version.) Names are unique across versions of a given certificate.\n" }, { "name": "stage", "value": "", "type": "query", "description": "The rotation state of the certificate version." }, { "name": "certificateBundleType", "value": "", "type": "query", "description": "The type of certificate bundle. By default, the private key fields are not returned. When querying for certificate bundles, to return results with certificate contents, the private key in PEM format, and the private key passphrase, specify the value of this parameter as `CERTIFICATE_CONTENT_WITH_PRIVATE_KEY`.\n" } ] }, "docs": "Gets a certificate bundle that matches either the specified `stage`, `versionName`, or `versionNumber` parameter.\nIf none of these parameters are provided, the bundle for the certificate version marked as `CURRENT` is returned.\n\nBy default, the private key is not included in the query result, and only the certificate bundle is returned.\nIf you also need the private key, you can use the parameter `CertificateBundleTypeQueryParam` to indicate that you want a certificate bundle along with its priva" }, { "info": { "name": "Lists all certificate bundle versions.", "type": "http" }, "http": { "method": "GET", "url": "https://certificates.$region.oci.oraclecloud.com/20210224/certificateBundles/:certificateId/versions", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "certificateId", "value": "", "type": "path", "description": "The OCID of the certificate." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can specify only one sort order. The default\norder for `VERSION_NUMBER` is ascending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`).\n" } ] }, "docs": "Lists all certificate bundle versions for the specified certificate." } ] } ], "bundled": true }