POST Method

The HTTP POST method is used in two different ways:

Post a New Resource

For example, to create a job, send the following request:

POST https://enterprise01.tech.local:9419/api/v1/jobs

Post an Action

For example, to start configuration backup, send the following request:

POST https://enterprise01.tech.local:9419/api/v1/configBackup/backup

In case of success, the HTTP POST method returns the 200 response code.