Summary
Evaluate a service model field with when conditions on NSO.
Description
Returns true if when condition is met, false otherwise.
Route
POST /nso_manager/evaluateWhen
Roles
admin
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
servicePath | string | yes | The service path of the target service model. |
jsonPointer | string | yes | The json pointer to the target field in the service model. |
serviceData | object | yes | A valid service instance of the target service model in JSON format. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
result | boolean | True if 'when' condition is met, false otherwise. |