syncing market data_
The key vault client performs cryptographic key operations and vault operations against the Key Vault service.
The key vault client performs cryptographic key operations and vault operations against the Key Vault service. --- Public API proxied through Ozma. **Claim this listing** to monetize and manage pricing.
No score data yet
| Method | Path | Summary | Price |
|---|---|---|---|
| POST | /certificates/restore | Restores a backed up certificate to a vault. | 1c |
| GET | /certificates | List certificates in a specified key vault | 1c |
| DELETE | /certificates/contacts | Deletes the certificate contacts for a specified key vault. | 1c |
| GET | /certificates/contacts | Lists the certificate contacts for a specified key vault. | 1c |
| PUT | /certificates/contacts | Sets the certificate contacts for the specified key vault. | 1c |
| GET | /certificates/issuers | List certificate issuers for a specified key vault. | 1c |
| DELETE | /certificates/issuers/{issuer-name} | Deletes the specified certificate issuer. | 1c |
| GET | /certificates/issuers/{issuer-name} | Lists the specified certificate issuer. | 1c |
| PATCH | /certificates/issuers/{issuer-name} | Updates the specified certificate issuer. | 1c |
| PUT | /certificates/issuers/{issuer-name} | Sets the specified certificate issuer. | 1c |
| DELETE | /certificates/{certificate-name} | Deletes a certificate from a specified key vault. | 1c |
| POST | /certificates/{certificate-name}/backup | Backs up the specified certificate. | 1c |
| POST | /certificates/{certificate-name}/create | Creates a new certificate. | 1c |
| POST | /certificates/{certificate-name}/import | Imports a certificate into a specified key vault. | 1c |
| DELETE | /certificates/{certificate-name}/pending | Deletes the creation operation for a specific certificate. | 1c |
| GET | /certificates/{certificate-name}/pending | Gets the creation operation of a certificate. | 1c |
| PATCH | /certificates/{certificate-name}/pending | Updates a certificate operation. | 1c |
| POST | /certificates/{certificate-name}/pending/merge | Merges a certificate or a certificate chain with a key pair existing on the server. | 1c |
| GET | /certificates/{certificate-name}/policy | Lists the policy for a certificate. | 1c |
| PATCH | /certificates/{certificate-name}/policy | Updates the policy for a certificate. | 1c |
| GET | /certificates/{certificate-name}/versions | List the versions of a certificate. | 1c |
| GET | /certificates/{certificate-name}/{certificate-version} | Gets information about a certificate. | 1c |
| PATCH | /certificates/{certificate-name}/{certificate-version} | Updates the specified attributes associated with the given certificate. | 1c |
| GET | /deletedcertificates | Lists the deleted certificates in the specified vault currently available for recovery. | 1c |
| DELETE | /deletedcertificates/{certificate-name} | Permanently deletes the specified deleted certificate. | 1c |
| GET | /deletedcertificates/{certificate-name} | Retrieves information about the specified deleted certificate. | 1c |
| POST | /deletedcertificates/{certificate-name}/recover | Recovers the deleted certificate back to its current version under /certificates. | 1c |
| GET | /deletedkeys | Lists the deleted keys in the specified vault. | 1c |
| DELETE | /deletedkeys/{key-name} | Permanently deletes the specified key. | 1c |
| GET | /deletedkeys/{key-name} | Gets the public part of a deleted key. | 1c |
| POST | /deletedkeys/{key-name}/recover | Recovers the deleted key to its latest version. | 1c |
| GET | /deletedsecrets | Lists deleted secrets for the specified vault. | 1c |
| DELETE | /deletedsecrets/{secret-name} | Permanently deletes the specified secret. | 1c |
| GET | /deletedsecrets/{secret-name} | Gets the specified deleted secret. | 1c |
| POST | /deletedsecrets/{secret-name}/recover | Recovers the deleted secret to the latest version. | 1c |
| GET | /deletedstorage | Lists deleted storage accounts for the specified vault. | 1c |
| DELETE | /deletedstorage/{storage-account-name} | Permanently deletes the specified storage account. | 1c |
| GET | /deletedstorage/{storage-account-name} | Gets the specified deleted storage account. | 1c |
| POST | /deletedstorage/{storage-account-name}/recover | Recovers the deleted storage account. | 1c |
| GET | /deletedstorage/{storage-account-name}/sas | Lists deleted SAS definitions for the specified vault and storage account. | 1c |
| GET | /deletedstorage/{storage-account-name}/sas/{sas-definition-name} | Gets the specified deleted sas definition. | 1c |
| POST | /deletedstorage/{storage-account-name}/sas/{sas-definition-name}/recover | Recovers the deleted SAS definition. | 1c |
| GET | /keys | List keys in the specified vault. | 1c |
| POST | /keys/restore | Restores a backed up key to a vault. | 1c |
| DELETE | /keys/{key-name} | Deletes a key of any type from storage in Azure Key Vault. | 1c |
| PUT | /keys/{key-name} | Imports an externally created key, stores it, and returns key parameters and attributes to the client. | 1c |
| POST | /keys/{key-name}/backup | Requests that a backup of the specified key be downloaded to the client. | 1c |
| POST | /keys/{key-name}/create | Creates a new key, stores it, then returns key parameters and attributes to the client. | 1c |
| GET | /keys/{key-name}/versions | Retrieves a list of individual key versions with the same key name. | 1c |
| GET | /keys/{key-name}/{key-version} | Gets the public part of a stored key. | 1c |
ozma register && ozma call keyvaultclient /certificates/restore --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/keyvaultclient/certificates/restore# Python
client.proxy_call("keyvaultclient", "/certificates/restore")Own this API? Claim the listing to manage pricing and receive payouts.