HostingAdoptRequest

Request Information
TYPE Request
CategoryObjects

Description

Object: HostingAdoptRequest

Properties

name type required default description
username string no A valid user to adopt the hosting
package string no A valid package name see package endpoints
adoptionKey string no the key if you want
identifier string no A
server string no A valid server
domain string no 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"
}