diff options
author | egernug <gerard.nugent@est.tech> | 2022-02-23 13:38:34 +0000 |
---|---|---|
committer | egernug <gerard.nugent@est.tech> | 2022-03-09 12:25:35 +0000 |
commit | 36987b3ac6eccb475e9976b95a08683a86682cdc (patch) | |
tree | ff0b5a0296ef94450a04ae1b5b1701e052e27777 /.gitreview | |
parent | 6c9c8cc2a1a289ef0b4172d387376d0367549fe3 (diff) |
[PMSH] Create Measurement Group API
Creates Measurement Group for an associated Subscription
POST: /subscription/{subscription_name}/measurementGroups/{measurement_group_name}
Measurement Group structure:
{
"measurementGroup": {
"measurementGroupName": "string",
"fileBasedGP": 0,
"fileLocation": "string",
"administrativeState": "LOCKED",
"measurementTypes": [
{ "measurementType": "string" }
],
"managedObjectDNsBasic": [
{ "DN": "string" }
]
}
}
Returns:
Success: 201
Invalid Data: 400 when measurement_group_name in URI and body do not match
Not Found: 404 when subscription does not exist to associate measurement group to
Duplicate Data: Measurement group with that name already exists
Error raised for any server failure
Issue-ID: DCAEGEN2-2920
Signed-off-by: egernug <gerard.nugent@est.tech>
Change-Id: I812c5a891e9bed5433000f5da24e2667bf9a5d65
Diffstat (limited to '.gitreview')
0 files changed, 0 insertions, 0 deletions