...
Attribute | Required | Type | Description |
---|---|---|---|
id | Y | String | Identifier for the template |
anchormodel | Y | String | schema set on which xpath query should be executed |
templatexpathTemplate | Y | String | xpath template |
Response Codes
...
Attribute | Required | Type | Description |
---|---|---|---|
id | Y | String | Identifier for the template |
schemamodel | Y | String | schema set on which xpath query should be executed |
templatexpathTemplate | Y | String | xpath template |
Get a xpath template by id
...
TEMPLATE TABLE :(existing)
templateId | model | xpathTemplate | requestType |
---|---|---|---|
1 | ran-network | /NearRTRIC | get |
2 | ran-network | /NearRTRIC[idNearRTRIC={{nearrtric_id}}] | get |
TRANSFORMATION TABLE:(proposed)
transformationId | templateId | request | transformParam |
---|---|---|---|
1 | 1 | TrakingArea | idNearRTRIC |
2 | 2 | TrakingArea | attributes |
3 | 2 | TrakingArea | trakingArea |
6. Deployment aspects
To be updated
...