Skip to content

Commit ce52ffb

Browse files
committed
TELCODOCS-2430 correcting PTP event notification examples
1 parent 2b59455 commit ce52ffb

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

modules/cnf-fast-event-notifications-api-reference-v2.adoc

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -381,14 +381,14 @@ Returns the current state of the `os-clock-sync-state`, `clock-class`, `lock-sta
381381
"values": [
382382
{
383383
"ResourceAddress": "/cluster/node/compute-1.example.com/ens5fx/master",
384-
"dataType": "notification",
385-
"valueType": "enumeration",
384+
"data_type": "notification",
385+
"value_type": "enumeration",
386386
"value": "LOCKED"
387387
},
388388
{
389389
"ResourceAddress": "/cluster/node/compute-1.example.com/ens5fx/master",
390-
"dataType": "metric",
391-
"valueType": "decimal64.3",
390+
"data_type": "metric",
391+
"value_type": "decimal64.3",
392392
"value": "29"
393393
}
394394
]
@@ -412,14 +412,14 @@ Returns the current state of the `os-clock-sync-state`, `clock-class`, `lock-sta
412412
"values": [
413413
{
414414
"ResourceAddress": "/cluster/node/compute-1.example.com/CLOCK_REALTIME",
415-
"dataType": "notification",
416-
"valueType": "enumeration",
415+
"data_type": "notification",
416+
"value_type": "enumeration",
417417
"value": "LOCKED"
418418
},
419419
{
420420
"ResourceAddress": "/cluster/node/compute-1.example.com/CLOCK_REALTIME",
421-
"dataType": "metric",
422-
"valueType": "decimal64.3",
421+
"data_type": "metric",
422+
"value_type": "decimal64.3",
423423
"value": "27"
424424
}
425425
]
@@ -441,8 +441,8 @@ Returns the current state of the `os-clock-sync-state`, `clock-class`, `lock-sta
441441
"values": [
442442
{
443443
"ResourceAddress": "/cluster/node/compute-1.example.com/ens5fx/master",
444-
"dataType": "metric",
445-
"valueType": "decimal64.3",
444+
"data_type": "metric",
445+
"value_type": "decimal64.3",
446446
"value": "165"
447447
}
448448
]
@@ -488,15 +488,15 @@ Returns the current state of the `os-clock-sync-state`, `clock-class`, `lock-sta
488488
"version": "1.0",
489489
"values": [
490490
{
491-
"resource": "/cluster/node/compute-1.example.com/ens2fx/master",
492-
"dataType": "notification",
493-
"valueType": "enumeration",
491+
"ResourceAddress": "/cluster/node/compute-1.example.com/ens2fx/master",
492+
"data_type": "notification",
493+
"value_type": "enumeration",
494494
"value": "SYNCHRONIZED"
495495
},
496496
{
497-
"resource": "/cluster/node/compute-1.example.com/ens2fx/master",
498-
"dataType": "metric",
499-
"valueType": "decimal64.3",
497+
"ResourceAddress": "/cluster/node/compute-1.example.com/ens2fx/master",
498+
"data_type": "metric",
499+
"value_type": "decimal64.3",
500500
"value": "5"
501501
}
502502
]

0 commit comments

Comments
 (0)