...
Each model or application will have a unique identifier , which can be configured using buck or maven as shown below :
Code Block | ||||
---|---|---|---|---|
| ||||
<configuration>
<modelId>xml</modelId>
</configuration> |
Code Block | ||||
---|---|---|---|---|
| ||||
yang_model(
app_name = 'example.application',
model_id = 'example_id'
) |
In-case model-id is not configured then arctifact-Id will be configured as model-Id for that particular known as model-Id, which can be used to get YANG model for an application.
Runtime Service
...