hostprototype.create
This method allows to create new host prototypes.
This method is only available to Admin and Super admin user types. Permissions to call the method can be revoked in user role settings. See User roles for more information.
Parameters
Additionally to the standard host prototype properties, the method accepts the following parameters.
(object)
Returns an object containing the IDs of the created host prototypes under the property. The order of the returned IDs matches the order of the passed host prototypes.
Examples
Creating a host prototype
Request:
Response:
{
"jsonrpc": "2.0",
"result": {
"10103"
]
}