externalmodels

Create an ExternalModel

Creates a new ExternalModel and its companion MaaSModelRef.

post/api/v1/externalmodel

Request body

namestring required
namespacestring required
displayNamestring

Optional human-readable display name (openshift.io/display-name annotation)

descriptionstring

Optional description (openshift.io/description annotation)

modelNamestring

Example request

{
  "providerRefs": [
    {
      "provider": {
        "reason": "Reconciled"
      }
    }
  ]
}

Response

ExternalModel created

Changes

Changed in 1 of the 32 revisions of this API.1