{ "opencollection": "1.0.0", "info": { "name": "Certificates Service Management Certificates Management API", "version": "20210224" }, "items": [ { "info": { "name": "certificatesManagement", "type": "folder" }, "items": [ { "info": { "name": "Lists all associations.", "type": "http" }, "http": { "method": "GET", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/associations", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "A filter that returns only resources that match the given compartment OCID." }, { "name": "certificatesResourceId", "value": "", "type": "query", "description": "A filter that returns only resources that match the given OCID of a certificate-related resource." }, { "name": "associatedResourceId", "value": "", "type": "query", "description": "A filter that returns only resources that match the given OCID of an associated Oracle Cloud Infrastructure resource." }, { "name": "associationId", "value": "", "type": "query", "description": "The OCID of the association. If the parameter is set to null, the service lists all associations." }, { "name": "name", "value": "", "type": "query", "description": "A filter that returns only resources that match the specified name." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can specify only one sort order. The default order for `TIMECREATED` is descending.\nThe default order for `NAME` is ascending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return in a paginated \"List\" call.\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header\nfrom the previous \"List\" call.\n" }, { "name": "associationType", "value": "", "type": "query", "description": "Type of associations to list. If the parameter is set to null, the service lists all types of associations." } ] }, "docs": "Lists all associations that match the query parameters.\nOptionally, you can use the parameter `FilterByAssociationIdQueryParam` to limit the result set to a single item that matches the specified association.\n" }, { "info": { "name": "Gets an association.", "type": "http" }, "http": { "method": "GET", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/associations/:associationId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "associationId", "value": "", "type": "path", "description": "The OCID of an association between a certificate-related resource and another Oracle Cloud Infrastructure resource." } ] }, "docs": "Gets details about the specified association." }, { "info": { "name": "Lists all CA bundles.", "type": "http" }, "http": { "method": "GET", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/caBundles", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "A filter that returns only resources that match the given compartment OCID." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter that returns only resources that match the given lifecycle state. The state value is case-insensitive." }, { "name": "name", "value": "", "type": "query", "description": "A filter that returns only resources that match the specified name." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can specify only one sort order. The default order for `TIMECREATED` is descending.\nThe default order for `NAME` is ascending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return in a paginated \"List\" call.\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header\nfrom the previous \"List\" call.\n" }, { "name": "caBundleId", "value": "", "type": "query", "description": "The OCID of the CA bundle." } ] }, "docs": "Lists all CA bundles that match the query parameters.\nOptionally, you can use the parameter `FilterByCaBundleIdQueryParam` to limit the result set to a single item that matches the specified CA bundle.\n" }, { "info": { "name": "Creates a CA bundle.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/caBundles", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new CA bundle according to the details of the request." }, { "info": { "name": "Gets a CA bundle.", "type": "http" }, "http": { "method": "GET", "url": "https://certificatesmanagement.$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 details about the specified CA bundle." }, { "info": { "name": "Updates a CA bundle's properties.", "type": "http" }, "http": { "method": "PUT", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/caBundles/:caBundleId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "caBundleId", "value": "", "type": "path", "description": "The OCID of the CA bundle." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the properties of a CA bundle." }, { "info": { "name": "Deletes a CA bundle.", "type": "http" }, "http": { "method": "DELETE", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/caBundles/:caBundleId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "caBundleId", "value": "", "type": "path", "description": "The OCID of the CA bundle." } ] }, "docs": "Deletes the specified CA bundle." }, { "info": { "name": "Moves a CA bundle to a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/caBundles/:caBundleId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "caBundleId", "value": "", "type": "path", "description": "The OCID of the CA bundle." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a CA bundle to a different compartment in the same tenancy. For information about\nmoving resources between compartments, see [Moving Resources to a Different Compartment](/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).\n\nWhen provided, if-match is checked against the ETag values of the secret.\n" }, { "info": { "name": "List all certificate authorities.", "type": "http" }, "http": { "method": "GET", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificateAuthorities", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "A filter that returns only resources that match the given compartment OCID." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter that returns only resources that match the given lifecycle state. The state value is case-insensitive." }, { "name": "name", "value": "", "type": "query", "description": "A filter that returns only resources that match the specified name." }, { "name": "issuerCertificateAuthorityId", "value": "", "type": "query", "description": "The OCID of the certificate authority (CA). If the parameter is set to null, the service lists all CAs." }, { "name": "certificateAuthorityId", "value": "", "type": "query", "description": "The OCID of the certificate authority (CA). If the parameter is set to null, the service lists all CAs." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can specify only one sort order. The default\norder for `EXPIRATIONDATE` and 'TIMECREATED' is descending. The default order for `NAME`\nis ascending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return in a paginated \"List\" call.\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header\nfrom the previous \"List\" call.\n" } ] }, "docs": "Lists all certificate authorities (CAs) in the specified compartment.\nOptionally, you can use the parameter `FilterByCertificateAuthorityIdQueryParam` to limit the results to a single item that matches the specified CA.\n" }, { "info": { "name": "Creates a certificate authority.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificateAuthorities", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new certificate authority (CA) according to the details of the request." }, { "info": { "name": "Gets a certificate authority.", "type": "http" }, "http": { "method": "GET", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificateAuthorities/:certificateAuthorityId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "certificateAuthorityId", "value": "", "type": "path", "description": "The OCID of the certificate authority (CA)." } ] }, "docs": "Gets details about the specified certificate authority (CA)." }, { "info": { "name": "Updates a certificate authority.", "type": "http" }, "http": { "method": "PUT", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificateAuthorities/:certificateAuthorityId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "certificateAuthorityId", "value": "", "type": "path", "description": "The OCID of the certificate authority (CA)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the properties of the specified certificate authority (CA)." }, { "info": { "name": "Cancels a scheduled certificate authority deletion.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificateAuthorities/:certificateAuthorityId/actions/cancelDeletion", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "certificateAuthorityId", "value": "", "type": "path", "description": "The OCID of the certificate authority (CA)." } ] }, "docs": "Cancels the scheduled deletion of the specified certificate authority (CA)." }, { "info": { "name": "Moves a certificate authority to a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificateAuthorities/:certificateAuthorityId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "certificateAuthorityId", "value": "", "type": "path", "description": "The OCID of the certificate authority (CA)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a certificate authority (CA) to a different compartment within the same tenancy. For information about\nmoving resources between compartments, see [Moving Resources to a Different Compartment](/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).\n\nWhen provided, If-Match is checked against the ETag values of the source.\n" }, { "info": { "name": "Schedules a certificate authority deletion.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificateAuthorities/:certificateAuthorityId/actions/scheduleDeletion", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "certificateAuthorityId", "value": "", "type": "path", "description": "The OCID of the certificate authority (CA)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Schedules the deletion of the specified certificate authority (CA). This sets the lifecycle state of the CA to `PENDING_DELETION` and then deletes it after the specified retention period ends. If needed, you can determine the status of the deletion by using `GetCertificateAuthority`.\n" }, { "info": { "name": "Gets a certificate authority version.", "type": "http" }, "http": { "method": "GET", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificateAuthorities/:certificateAuthorityId/version/:certificateAuthorityVersionNumber", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "certificateAuthorityId", "value": "", "type": "path", "description": "The OCID of the certificate authority (CA)." }, { "name": "certificateAuthorityVersionNumber", "value": "", "type": "path", "description": "The version number of the certificate authority (CA)." } ] }, "docs": "Gets details about the specified certificate authority (CA) version." }, { "info": { "name": "Cancels a scheduled certificate authority version deletion.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificateAuthorities/:certificateAuthorityId/version/:certificateAuthorityVersionNumber/actions/cancelDeletion", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "certificateAuthorityId", "value": "", "type": "path", "description": "The OCID of the certificate authority (CA)." }, { "name": "certificateAuthorityVersionNumber", "value": "", "type": "path", "description": "The version number of the certificate authority (CA)." } ] }, "docs": "Cancels the scheduled deletion of the specified certificate authority (CA) version. Canceling\na scheduled deletion restores the CA version's lifecycle state to what\nit was before its scheduled deletion.\n" }, { "info": { "name": "Revokes a certificate authority version.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificateAuthorities/:certificateAuthorityId/version/:certificateAuthorityVersionNumber/actions/revoke", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "certificateAuthorityId", "value": "", "type": "path", "description": "The OCID of the certificate authority (CA)." }, { "name": "certificateAuthorityVersionNumber", "value": "", "type": "path", "description": "The version number of the certificate authority (CA)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Revokes a certificate authority (CA) version." }, { "info": { "name": "Schedules a certificate authority version deletion.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificateAuthorities/:certificateAuthorityId/version/:certificateAuthorityVersionNumber/actions/scheduleDeletion", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "certificateAuthorityId", "value": "", "type": "path", "description": "The OCID of the certificate authority (CA)." }, { "name": "certificateAuthorityVersionNumber", "value": "", "type": "path", "description": "The version number of the certificate authority (CA)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Schedules the deletion of the specified certificate authority (CA) version.\nThis sets the lifecycle state of the CA version to `PENDING_DELETION`\nand then deletes it after the specified retention period ends. If needed, you can determine the status of the deletion by using `GetCertificateAuthorityVersion`.\n" }, { "info": { "name": "Lists all certificate authority versions.", "type": "http" }, "http": { "method": "GET", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificateAuthorities/:certificateAuthorityId/versions", "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": "A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return in a paginated \"List\" call.\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header\nfrom the previous \"List\" call.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can specify only one sort order. The default order 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 for the specified certificate authority (CA).\nOptionally, you can use the parameter `FilterByVersionNumberQueryParam` to limit the results to a single item that matches the specified version number.\n" }, { "info": { "name": "Lists all certificates.", "type": "http" }, "http": { "method": "GET", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificates", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "A filter that returns only resources that match the given compartment OCID." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter that returns only resources that match the given lifecycle state. The state value is case-insensitive." }, { "name": "name", "value": "", "type": "query", "description": "A filter that returns only resources that match the specified name." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can specify only one sort order. The default\norder for `EXPIRATIONDATE` and 'TIMECREATED' is descending. The default order for `NAME`\nis ascending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`).\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return in a paginated \"List\" call.\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header\nfrom the previous \"List\" call.\n" }, { "name": "issuerCertificateAuthorityId", "value": "", "type": "query", "description": "The OCID of the certificate authority (CA). If the parameter is set to null, the service lists all CAs." }, { "name": "certificateId", "value": "", "type": "query", "description": "The OCID of the certificate. If the parameter is set to null, the service lists all certificates." } ] }, "docs": "Lists all certificates that match the query parameters.\nOptionally, you can use the parameter `FilterByCertificateIdQueryParam` to limit the result set to a single item that matches the specified certificate.\n" }, { "info": { "name": "Creates a certificate.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificates", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new certificate according to the details of the request." }, { "info": { "name": "Gets a certificate.", "type": "http" }, "http": { "method": "GET", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificates/:certificateId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "certificateId", "value": "", "type": "path", "description": "The OCID of the certificate." } ] }, "docs": "Gets details about the specified certificate." }, { "info": { "name": "Updates a certificate's properties.", "type": "http" }, "http": { "method": "PUT", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificates/:certificateId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "certificateId", "value": "", "type": "path", "description": "The OCID of the certificate." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the properties of a certificate." }, { "info": { "name": "Cancels a scheduled certificate deletion.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificates/:certificateId/actions/cancelDeletion", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "certificateId", "value": "", "type": "path", "description": "The OCID of the certificate." } ] }, "docs": "Cancels the pending deletion of the specified certificate. Canceling\na scheduled deletion restores the certificate's lifecycle state to what\nit was before you scheduled the certificate for deletion.\n" }, { "info": { "name": "Moves a certificate to a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificates/:certificateId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "certificateId", "value": "", "type": "path", "description": "The OCID of the certificate." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a certificate to a different compartment within the same tenancy. For information about\nmoving resources between compartments, see [Moving Resources to a Different Compartment](/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).\n\nWhen provided, if-match is checked against the ETag values of the secret.\n" }, { "info": { "name": "Schedules the deletion of a certificate.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificates/:certificateId/actions/scheduleDeletion", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "certificateId", "value": "", "type": "path", "description": "The OCID of the certificate." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Schedules the deletion of the specified certificate. This sets the lifecycle state of the certificate\nto `PENDING_DELETION` and then deletes it after the specified retention period ends.\nYou can subsequently use `GetCertificate` to determine the current deletion status.\n" }, { "info": { "name": "Gets a certificate version.", "type": "http" }, "http": { "method": "GET", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificates/:certificateId/version/:certificateVersionNumber", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "certificateId", "value": "", "type": "path", "description": "The OCID of the certificate." }, { "name": "certificateVersionNumber", "value": "", "type": "path", "description": "The version number of the certificate." } ] }, "docs": "Gets details about the specified version of a certificate." }, { "info": { "name": "Cancels a scheduled certificate version deletion.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificates/:certificateId/version/:certificateVersionNumber/actions/cancelDeletion", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "certificateId", "value": "", "type": "path", "description": "The OCID of the certificate." }, { "name": "certificateVersionNumber", "value": "", "type": "path", "description": "The version number of the certificate." } ] }, "docs": "Cancels the scheduled deletion of the specified certificate version." }, { "info": { "name": "Revokes a certificate version.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificates/:certificateId/version/:certificateVersionNumber/actions/revoke", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "certificateId", "value": "", "type": "path", "description": "The OCID of the certificate." }, { "name": "certificateVersionNumber", "value": "", "type": "path", "description": "The version number of the certificate." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Revokes the specified certificate version." }, { "info": { "name": "Schedules the deletion of a certificate version.", "type": "http" }, "http": { "method": "POST", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificates/:certificateId/version/:certificateVersionNumber/actions/scheduleDeletion", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "certificateId", "value": "", "type": "path", "description": "The OCID of the certificate." }, { "name": "certificateVersionNumber", "value": "", "type": "path", "description": "The version number of the certificate." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Schedules the deletion of the specified certificate version. This sets the lifecycle state of the certificate version to `PENDING_DELETION` and then deletes it after the specified retention period ends. You can only\ndelete a certificate version if the certificate version rotation state is marked as `DEPRECATED`.\n\nYou can subsequently use `GetCertificateVersion` to determine the current certificate version deletion status.\n" }, { "info": { "name": "Lists all certificate versions for a certificate.", "type": "http" }, "http": { "method": "GET", "url": "https://certificatesmanagement.$region.oci.oraclecloud.com/20210224/certificates/:certificateId/versions", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "certificateId", "value": "", "type": "path", "description": "The OCID of the certificate." }, { "name": "versionNumber", "value": "", "type": "query", "description": "A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return in a paginated \"List\" call.\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header\nfrom the previous \"List\" call.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can specify only one sort order. The default order 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 versions for the specified certificate.\nOptionally, you can use the parameter `FilterByVersionNumberQueryParam` to limit the result set to a single item that matches the specified version number.\n" } ] } ], "bundled": true }