Skip to content

OVH alter DNS record

Actions
Alter a DNS record using the OVH API
v1.1.1
Latest
Star (2)

Tags

 (1)

OVH alter DNS record

This action updates an existing DNS record using the OVH API.

Inputs

application-key

Required Application key.

application-secret

Required Application secret.

consumer-key

Required Consumer key.

api-endpoint

API endpoint. Defaults to ovh-eu.

dns-zone

Required DNS zone.

record-id

Required DNS record id.

subdomain

Subdomain.

target

DNS record target.

ttl

DNS record TTL.

Example usage

uses: CrispyBaguette/[email protected]
with:
  application-key: foo
  application-secret: bar
  consumer-key: far
  api-endpoint: ovh-us
  dns-zone: example.com
  record-id: 42
  target: "new_record_value"

OVH alter DNS record is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Alter a DNS record using the OVH API
v1.1.1
Latest

Tags

 (1)

OVH alter DNS record is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.