server object
a promise that resolves to a server object
Create an empty server export template
an empty server export template
Export a single server by id. The response can be saved to file as is.
Server id
Server export options
Promise resolving to a ServerExportInterface object.
Export a single server by url. The response can be saved to file as is.
Server url
Server export options
Promise resolving to a ServerExportInterface object.
Export all servers. The response can be saved to file as is.
Server export options
Promise resolving to a ServerExportInterface object.
Imports the first server from the importData
server import data
server import options
Imports servers along with their properties
server import data
server import options
Optional
serverId: stringOptional server id. If supplied, only the server (and its properties) of that id is imported. Takes priority over serverUrl if both are provided.
Optional
serverUrl: stringOptional server url. If supplied, only the server of that url is imported.
a promise that resolves to a server export object
Read server by id
Server id
a promise that resolves to a server object
Read server by url
Server url
a promise that resolves to a server object
Read all servers.
a promise that resolves to an array of server objects
Creates a server