Skip to main content

OVH Keys

Description

General

  • Documentation: https://api.ovh.com/
  • Summary: OVH is a French cloud computing company which offers VPS, dedicated servers and other web services. OVH offers an API to programmatically access its services. At the exception of spawning a new server, everything is accessible through the API. It is possible to edit settings, send emails or even contact the support.

Revoke the secret

Application key and secret must be revoked by deleting the associated application using this API route.

Check for suspicious activity

There is no web interface, the logs must be accessed via the API corresponding route.

Details for Ovh api

  • Family: Api

  • Category: Cloud Provider

  • Company: OVH

  • High recall: False

  • Validity check available: False

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 0.56

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: true
- type: ContentWhitelistPreValidator
patterns:
- ovh
- type: ContentWhitelistPreValidator
patterns:
- key
- type: ContentWhitelistPreValidator
patterns:
- secret

Examples

- text: |
[ovh-eu]
application_key=G3IXYC0BeSZzoY6i
application_secret=q3DVZuOvp8Acg18fMF1LLd7KapVFc7Qz
client_id: G3IXYC0BeSZzoY6i
client_secret: q3DVZuOvp8Acg18fMF1LLd7KapVFc7Qz

How can I help you ?