Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel3

Overview

Info

In order to execute this command, a model that is not built should exist. If you attempt to build a model that is already built, the build status of that model will be indicated as Failed. To create a model before executing this command, see Creating a Model via REST API.

DescriptionBuilding a model
Resource Path

/api/models/{id}

HTTP MethodPOST
Request/Response Formatapplication/json

...

Code Block
languagetext
POST https://localhost:9443/api/models/{id}

Sample cURL command

Code Block
languagepowershell
curl -X POST -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/models/1 -k -v

Sample output

Code Block
languagetext
 

REST API response

HTTP status code

200

For descriptions of the HTTP status codes, see HTTP Status Codes.