Register a new Application Host.

post/backup-recovery/v1beta1/application-hosts

Register the Application Host for data management.

Securitybearer
Request
Request Body schema: application/json
required
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
required
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/json
{
  • "credentials": {
    },
  • "description": "string",
  • "name": "host123.hpe.com",
  • "networkAddress": "192.168.0.1"
}
Response samples
application/json
{ }