How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Oracle Certificates Management API

Certificates Service Management API

Oracle Certificates Management API is one of 378 APIs that Oracle publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 32 operations across 25 paths, and defines 47 schemas. It is described by OpenAPI 3.2.0, at version 20210224.

Requests are made against a single base URL, https://certificatesmanagement.$region.oci.oraclecloud.com/20210224.

32 operations 25 paths 47 schemas 1 DELETE12 GET16 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
20210224
Base URL
https://{host}:{port}/ords/
Resource Areas
1

Paths & Operations 32

Across 25 paths, the API surfaces 32 operations — 1 DELETE, 12 GET, 16 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

certificatesManagement 32

Certificates Service Management API

GET
/associations
Lists all associations.
ListAssociations 11 params → 200400401404429500default
GET
/associations/{associationId}
Gets an association.
GetAssociation 2 params → 200400401404429500default
GET
/caBundles
Lists all CA bundles.
ListCaBundles 9 params → 200400401404429500default
POST
/caBundles
Creates a CA bundle.
CreateCaBundle 2 params body → 200400401404409429500default
DELETE
/caBundles/{caBundleId}
Deletes a CA bundle.
DeleteCaBundle 3 params → 204400401404409412429500
GET
/caBundles/{caBundleId}
Gets a CA bundle.
GetCaBundle 2 params → 200400401404429500default
PUT
/caBundles/{caBundleId}
Updates a CA bundle's properties.
UpdateCaBundle 3 params body → 200400401404409412429500
POST
/caBundles/{caBundleId}/actions/changeCompartment
Moves a CA bundle to a different compartment.
ChangeCaBundleCompartment 4 params body → 204400401404409412429500
GET
/certificateAuthorities
List all certificate authorities.
ListCertificateAuthorities 10 params → 200400401404429500default
POST
/certificateAuthorities
Creates a certificate authority.
CreateCertificateAuthority 2 params body → 200400401404409429500default
GET
/certificateAuthorities/{certificateAuthorityId}
Gets a certificate authority.
GetCertificateAuthority 2 params → 200400401404429500default
PUT
/certificateAuthorities/{certificateAuthorityId}
Updates a certificate authority.
UpdateCertificateAuthority 3 params body → 200400401404409412429500
POST
/certificateAuthorities/{certificateAuthorityId}/actions/cancelDeletion
Cancels a scheduled certificate authority deletion.
CancelCertificateAuthorityDeletion 3 params → 204400401404409412429500
POST
/certificateAuthorities/{certificateAuthorityId}/actions/changeCompartment
Moves a certificate authority to a different compartment.
ChangeCertificateAuthorityCompartment 4 params body → 204400401404409412429500
POST
/certificateAuthorities/{certificateAuthorityId}/actions/scheduleDeletion
Schedules a certificate authority deletion.
ScheduleCertificateAuthorityDeletion 3 params body → 204400401404409412429500
GET
/certificateAuthorities/{certificateAuthorityId}/version/{certificateAuthorityVersionNumber}
Gets a certificate authority version.
GetCertificateAuthorityVersion 3 params → 200400401404429500default
POST
/certificateAuthorities/{certificateAuthorityId}/version/{certificateAuthorityVersionNumber}/actions/cancelDeletion
Cancels a scheduled certificate authority version deletion.
CancelCertificateAuthorityVersionDeletion 4 params → 204400401404409412429500
POST
/certificateAuthorities/{certificateAuthorityId}/version/{certificateAuthorityVersionNumber}/actions/revoke
Revokes a certificate authority version.
RevokeCertificateAuthorityVersion 5 params body → 204400401404409412429500
POST
/certificateAuthorities/{certificateAuthorityId}/version/{certificateAuthorityVersionNumber}/actions/scheduleDeletion
Schedules a certificate authority version deletion.
ScheduleCertificateAuthorityVersionDeletion 4 params body → 204400401404409412429500
GET
/certificateAuthorities/{certificateAuthorityId}/versions
Lists all certificate authority versions.
ListCertificateAuthorityVersions 7 params → 200400401404429500default
GET
/certificates
Lists all certificates.
ListCertificates 10 params → 200400401404429500default
POST
/certificates
Creates a certificate.
CreateCertificate 2 params body → 200400401404409429500default
GET
/certificates/{certificateId}
Gets a certificate.
GetCertificate 2 params → 200400401404429500default
PUT
/certificates/{certificateId}
Updates a certificate's properties.
UpdateCertificate 3 params body → 200400401404409412429500
POST
/certificates/{certificateId}/actions/cancelDeletion
Cancels a scheduled certificate deletion.
CancelCertificateDeletion 3 params → 204400401404409412429500
POST
/certificates/{certificateId}/actions/changeCompartment
Moves a certificate to a different compartment.
ChangeCertificateCompartment 4 params body → 204400401404409412429500
POST
/certificates/{certificateId}/actions/scheduleDeletion
Schedules the deletion of a certificate.
ScheduleCertificateDeletion 3 params body → 204400401404409412429500
GET
/certificates/{certificateId}/version/{certificateVersionNumber}
Gets a certificate version.
GetCertificateVersion 3 params → 200400401404429500default
POST
/certificates/{certificateId}/version/{certificateVersionNumber}/actions/cancelDeletion
Cancels a scheduled certificate version deletion.
CancelCertificateVersionDeletion 4 params → 204400401404409412429500
POST
/certificates/{certificateId}/version/{certificateVersionNumber}/actions/revoke
Revokes a certificate version.
RevokeCertificateVersion 5 params body → 204400401404409412429500
POST
/certificates/{certificateId}/version/{certificateVersionNumber}/actions/scheduleDeletion
Schedules the deletion of a certificate version.
ScheduleCertificateVersionDeletion 4 params body → 204400401404409412429500
GET
/certificates/{certificateId}/versions
Lists all certificate versions for a certificate.
ListCertificateVersions 7 params → 200400401404429500default

Schemas 47

The contract defines 47 schemas that model the data the API accepts and returns. The most detailed are Certificate (19 properties), CertificateAuthority (19 properties), CertificateSubject (17 properties), CertificateSummary (17 properties). Each schema is shown below with its type and property counts.

CertificateAuthorityVersionSummary
object
The metadata details of the certificate authority (CA) version. This summary object does not contain the CA contents.
10 properties 4 required
CertificateSubjectAlternativeName
object
A subject alternative name for the certificate that binds additional or alternate names to the subject of the certificate. In the certificate, the alternate su…
2 properties 2 required
Error
object
A response error.
2 properties 2 required
ChangeCaBundleCompartmentDetails
object
The details of the request to change compartments for the CA bundle.
1 property 1 required
CertificateCollection
object
The results of a certificate search. This object contains certificate summary objects and other data.
1 property 1 required
CertificateAuthorityCollection
object
The results of a certificate authority (CA) search. This object contains CA summary objects and other data.
1 property 1 required
CertificateVersionSummary
object
The details of the certificate version. This object does not contain the certificate contents.
11 properties 4 required
CreateCertificateAuthorityConfigDetails
object
The configuration details for creating a certificate authority (CA).
2 properties 1 required
CreateCertificateConfigDetails
object
The details of the contents of the certificate and certificate metadata.
2 properties 1 required
CertificateSummary
object
The details of the certificate. This object does not contain the certificate contents.
17 properties 6 required
CertificateAuthority
object
The metadata details of the certificate authority (CA). This object does not contain the CA contents.
19 properties 6 required
CreateCertificateAuthorityDetails
object
The details for creating a certificate authority (CA).
10 properties 3 required
CaBundleCollection
object
The results of a CA bundle search. This object contains CA bundle summary objects.
1 property 1 required
CertificateAuthoritySummary
object
The metadata details of the certificate authority (CA). This summary object does not contain the CA contents.
16 properties 6 required
CertificateAuthorityVersionCollection
object
The results of a certificate authority (CA) version search. This object contains CA version summary objects and other data.
1 property 1 required
ScheduleCertificateDeletionDetails
object
The details for scheduling the deletion of the specified certificate.
1 property
VersionStage
string
A list of possible rotation states for the certificate version. A certificate version marked CURRENT is currently in use. A certificate version marked PENDING…
CertificateVersion
object
The details of the certificate version. This object does not contain the certificate contents.
11 properties 4 required
CertificateVersionCollection
object
The results of a certificate version search. This object contains certificate version summary objects and other data.
1 property 1 required
CreateCaBundleDetails
object
The details of the CA bundle that you want to create.
6 properties 3 required
AssociationCollection
object
The results of an association search.
1 property 1 required
CertificateRule
object
A rule that you can apply to a certificate to enforce certain conditions on the certificate's usage and management.
1 property 1 required
UpdateCertificateAuthorityDetails
object
The details for updating a certificate authority (CA).
8 properties
Validity
object
An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing C…
2 properties 1 required
CreateCertificateDetails
object
The details of the certificate to create.
7 properties 3 required
UpdateCaBundleDetails
object
The details of the CA bundle to update.
4 properties
CaBundleSummary
object
CA bundle metadata. This summary object does not contain the CA bundle certificates.
9 properties 5 required
Association
object
The details of the association.
8 properties 8 required
ScheduleCertificateAuthorityVersionDeletionDetails
object
The details of the request to schedule the deletion of the specified certificate authority (CA) version.
1 property
UpdateCertificateAuthorityConfigDetails
object
The configuration details for updating a certificate authority (CA).
3 properties 1 required
Certificate
object
The details of the certificate. This object does not contain the certificate contents.
19 properties 6 required
UpdateCertificateDetails
object
The details of the certificate to update.
6 properties
CaBundle
object
CA bundle metadata. This object does not contain the CA bundle certificates.
9 properties 5 required
ObjectStorageBucketConfigDetails
object
The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
3 properties 2 required
CertificateRevocationListDetails
object
The details of the certificate revocation list (CRL).
2 properties 1 required
CertificateAuthorityRule
object
A rule that you can apply to a certificate authority (CA) to enforce certain conditions on its usage and management.
1 property 1 required
CertificateAuthorityVersion
object
The metadata details of the certificate authority (CA) version. This object does not contain the CA contents.
12 properties 4 required
RevokeCertificateAuthorityVersionDetails
string
The details of the request to revoke a certificate authority (CA) version.
1 property
AssociationSummary
object
The details of the association.
8 properties 8 required
ScheduleCertificateAuthorityDeletionDetails
object
The details of the request to schedule the deletion of the specified certificate authority (CA).
1 property
ChangeCertificateCompartmentDetails
object
The details of the request to change compartments for the certificate.
1 property 1 required
ChangeCertificateAuthorityCompartmentDetails
object
The details of the request to change compartments for the certificate authority (CA).
1 property 1 required
CertificateSubject
object
The subject of the certificate, which is a distinguished name that identifies the entity that owns the public key in the certificate.
17 properties 1 required
ScheduleCertificateVersionDeletionDetails
object
The details for scheduling the deletion of the specified certificate version.
1 property
RevocationStatus
object
The current revocation status of the entity.
2 properties 2 required
UpdateCertificateConfigDetails
object
The details of the contents of the certificate and certificate metadata.
3 properties 1 required
RevokeCertificateVersionDetails
string
The details for revoking a certificate version.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-certificatesmanagement-api-openapi.yml Raw ↑

Other APIs Oracle publishes across the network.

Oracle Database REST APIs
Oracle Integration Cloud API
Oracle Fusion Cloud Applications API
Oracle Fusion Cloud Financials REST API
Oracle Fusion Cloud HCM REST API
Oracle Fusion Cloud CX Sales and Service REST API
Oracle Fusion Cloud SCM REST API
Oracle Fusion Cloud Procurement REST API
Oracle Content Management API
OCI Generative AI API
OCI AI Vision API
OCI AI Language API
Where this information came from

This is an independent, third-party profile of Oracle Certificates Management API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.