externalmodels
Create an ExternalModel
Creates a new ExternalModel and its companion MaaSModelRef.
post/api/v1/externalmodel
Request body
Example request
{
"providerRefs": [
{
"provider": {
"reason": "Reconciled"
}
}
]
}Response
ExternalModel created
Changes
Changed in 1 of the 32 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○