export function passthroughRead(useAlternateId) {
const cmHandleReference = getRandomCmHandleReference(useAlternateId);
- const resourceIdentifier = 'NRCellDU/attributes/cellLocalId';
+ const resourceIdentifier = 'ManagedElement=NRNode1/GNBDUFunction=1';
const datastoreName = 'ncmp-datastore:passthrough-operational';
const includeDescendants = true;
const url = generatePassthroughUrl(cmHandleReference, datastoreName, resourceIdentifier, includeDescendants);
export function passthroughWrite(useAlternateId) {
const cmHandleReference = getRandomCmHandleReference(useAlternateId);
- const resourceIdentifier = 'NRCellDU/attributes/cellLocalId';
+ const resourceIdentifier = 'ManagedElement=NRNode1/GNBDUFunction=1';
const datastoreName = 'ncmp-datastore:passthrough-running';
const includeDescendants = false;
const url = generatePassthroughUrl(cmHandleReference, datastoreName, resourceIdentifier, includeDescendants);
const payload = JSON.stringify({
"operations": [
{
- "resourceIdentifier": "NRCellDU/attributes/cellLocalId",
+ "resourceIdentifier": "ManagedElement=NRNode1/GNBDUFunction=1",
"targetIds": cmHandleIds,
"datastore": "ncmp-datastore:passthrough-operational",
"options": "(fields=NRCellDU/attributes/cellLocalId)",