diff options
author | Dan Timoney <dtimoney@att.com> | 2019-05-05 23:02:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-05 23:02:28 +0000 |
commit | 34982feb952498df25a7e836909a20a78d1a9abd (patch) | |
tree | 17cb3f3c3cdd9f014935662d44f6049fa46ff9bf /platform-logic/restapi-templates/src/main/json/bbs-internet-profile-operation.json | |
parent | 1b928100e82c9c6857aa217452cea333ea42b1f3 (diff) | |
parent | cb27b38f922fc90c47cb4fa71d6677b5392e29f1 (diff) |
Merge "Replace access_id with remote_id"
Former-commit-id: d902998d6dfe7f6141c7d6c6dde86e4e43a07afa
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/bbs-internet-profile-operation.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/bbs-internet-profile-operation.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/bbs-internet-profile-operation.json b/platform-logic/restapi-templates/src/main/json/bbs-internet-profile-operation.json index 31d59ead..dc44ad30 100644 --- a/platform-logic/restapi-templates/src/main/json/bbs-internet-profile-operation.json +++ b/platform-logic/restapi-templates/src/main/json/bbs-internet-profile-operation.json @@ -1,6 +1,6 @@ { "service_id":${prop.bbs.service_id}, - "access_id":${prop.bbs.access_id}, + "remote_id":${prop.bbs.remote_id}, "ont_sn":${prop.bbs.ont_sn}, "service_type":${prop.bbs.service_type}, "mac":${prop.bbs.mac}, |