HostingAdoptRequest

Request Information
TYPE Request
CategoryObjects

Description

Object: HostingAdoptRequest

Properties

name type required default description
username string yes A valid user to adopt the hosting
package string yes A valid package name see package endpoints
server string yes A valid server
domain string yes A unique domain (within the system)
metadata array no array Your metadata an object containing string keys and boolean,string,integer values

Sample JSON

{
  "username": "testuser",
  "package": "basic1",
  "server": "pleskdev",
  "domain": "example.com"
}