Skip to main content
Version: 3.8.x.x LTS

Creating a new resource

To create a new resource (POST request), you have to provide the data structure of the requested object type (e.g., nevisProxy) in the request body. It is recommended to read an already existing resource to understand the supported object types and the required data structure. You can then modify the data structure to your needs. Do not forget to remove the current object ID because a new one will be generated upon the creation of the new resource.