Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleService Instance in SDNC GR-API MDSAL
collapsetrue


Code Block
titleService Instance in AAI
collapsetrue
GET /aai/v11/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vFW/service-instances/service-instance/1a0fbd43-0ab6-4d67-99f4-14a890505a8d?depth=all

RESPONSE:
{
    "service-instance-id": "1a0fbd43-0ab6-4d67-99f4-14a890505a8d",
    "service-instance-name": "cds-test",
    "environment-context": "General_Revenue-Bearing",
    "workload-context": "Production",
    "model-invariant-id": "fa3a6aa5-c77d-4b94-b300-9b7a2eb21627",
    "model-version-id": "ad40aa27-b3fe-4fc3-8755-ebb1494f5913",
    "resource-version": "1559877521769",
    "selflink": "restconf/config/GENERIC-RESOURCE-API:services/service/1a0fbd43-0ab6-4d67-99f4-14a890505a8d/service-data/service-topology/",
    "orchestration-status": "Active",
    "relationship-list": {
        "relationship": [
            {
                "related-to": "project",
                "related-link": "/aai/v11/business/projects/project/Project-Demonstration",
                "relationship-data": [
                    {
                        "relationship-key": "project.project-name",
                        "relationship-value": "Project-Demonstration"
                    }
                ]
            },
            {
                "related-to": "owning-entity",
                "related-link": "/aai/v11/business/owning-entities/owning-entity/67f2e84c-734d-4e90-a1e4-d2ffa2e75849",
                "relationship-data": [
                    {
                        "relationship-key": "owning-entity.owning-entity-id",
                        "relationship-value": "67f2e84c-734d-4e90-a1e4-d2ffa2e75849"
                    }
                ]
            },
            {
                "related-to": "generic-vnf",
                "related-link": "/aai/v11/network/generic-vnfs/generic-vnf/1bed94d9-9a12-458a-b891-7c04796b5af4",
                "relationship-data": [
                    {
                        "relationship-key": "generic-vnf.vnf-id",
                        "relationship-value": "1bed94d9-9a12-458a-b891-7c04796b5af4"
                    }
                ],
                "related-to-property": [
                    {
                        "property-key": "generic-vnf.vnf-name",
                        "property-value": "fr2_ONAP-NF_20190607T031522008Z"
                    }
                ]
            }
        ]
    }
}