diff options
author | lapentafd <francesco.lapenta@est.tech> | 2023-04-14 12:41:20 +0100 |
---|---|---|
committer | lapentafd <francesco.lapenta@est.tech> | 2023-04-14 12:41:25 +0100 |
commit | f0e3c821b57cbb531f4d3f17d687fc3386d3a22e (patch) | |
tree | 5eb5363406796dc5c2b4918e3061d950f96308e7 /runtime-acm/src/main/resources/openapi/examples/getSingleparticipantResponse.yaml | |
parent | 9f1fdf9f419c1724a9cf75a20fdd24df191766bd (diff) |
Update Example files for Swagger document
Issue-ID: POLICY-4581
Change-Id: I0db74d45694c7f8d4d0113dbc81d8adb9b55f59a
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
Diffstat (limited to 'runtime-acm/src/main/resources/openapi/examples/getSingleparticipantResponse.yaml')
-rw-r--r-- | runtime-acm/src/main/resources/openapi/examples/getSingleparticipantResponse.yaml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/runtime-acm/src/main/resources/openapi/examples/getSingleparticipantResponse.yaml b/runtime-acm/src/main/resources/openapi/examples/getSingleparticipantResponse.yaml new file mode 100644 index 000000000..0c2dc69b5 --- /dev/null +++ b/runtime-acm/src/main/resources/openapi/examples/getSingleparticipantResponse.yaml @@ -0,0 +1,32 @@ +participant: + participantId: 101c62b3-8918-41b9-a747-d21eb79c6c03 + participantState: ON_LINE + participantSupportedElementTypes: + 3012010d-e59e-4dde-bab1-3ee544e49b6d: + id: 3012010d-e59e-4dde-bab1-3ee544e49b6d + typeName: org.onap.policy.clamp.acm.AutomationCompositionElement + typeVersion: 1.0.1 + 8d9e947e-c444-471c-9420-29f1c6584f8c: + id: 8d9e947e-c444-471c-9420-29f1c6584f8c + typeName: org.onap.policy.clamp.acm.PolicyAutomationCompositionElement + typeVersion: 1.0.1 +acNodeTemplateStateDefinitionMap: + 8cf8b401-dfd7-4ffe-90ff-c6543da10789: + nodeTemplateStateId: 8cf8b401-dfd7-4ffe-90ff-c6543da10789 + participantId: 101c62b3-8918-41b9-a747-d21eb79c6c03 + nodeTemplateId: + name: org.onap.domain.pmsh.PMSH_OperationalPolicyAutomationCompositionElement + version: 1.2.3 + state: PRIMED +acElementInstanceMap: + 709c62b3-8918-41b9-a747-d21eb79c6c22: + id: 709c62b3-8918-41b9-a747-d21eb79c6c22 + definition: + name: org.onap.domain.pmsh.PMSH_OperationalPolicyAutomationCompositionElement + version: 1.2.3 + participantId: 101c62b3-8918-41b9-a747-d21eb79c6c03 + deployState: DEPLOYED + lockState: UNLOCKED + description: Automation composition element for the operational policy for Performance + Management Subscription Handling + properties: {} |