Update an Application Host.

patch/backup-recovery/v1beta1/application-hosts/{host-id}

Update attributes for an Application Host.

Securitybearer
Request
path Parameters
host-id
required
string

UUID string uniquely identifying the application host

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
Request Body schema: application/merge-patch+json
required
object

Application host credentials.

description
string <= 255 characters

A brief description of the application host as provided by the user during registration.

name
string <hostname> <= 255 characters

The host name as reported by the host.

networkAddress
string <= 255 characters

An IP address or hostname or FQDN to address the host

Responses
202

Accepted

400

Bad request

401

Unauthorized request

403

Forbidden

500

Internal / unexpected error

Request samples
application/merge-patch+json
{
  • "credentials": {
    },
  • "description": "string",
  • "name": "host123.hpe.com",
  • "networkAddress": "192.168.0.1"
}
Response samples
application/json
{ }