aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/WorkflowSpecificationsForPnfWorkflows_Response.json
blob: 2447617897bbb3bc8608617d4626a236d2887dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "_embedded": {
    "workflow": [
      {
        "artifactChecksum": "MANUAL RECORD",
        "artifactName": "DummyPnfWorkflow",
        "artifactUUID": "b2fd5627-55e4-4f4f-8064-9e6f443e9152",
        "body": null,
        "created": "2020-02-18T08:28:15.000+0000",
        "description": "Dummy Pnf Workflow to test custom Pnf workflow",
        "id": 4,
        "name": "Dummy Pnf Workflow",
        "operationName": "DummyPnfWorkflow",
        "pnfResourceWorkflow": null,
        "resourceTarget": "pnf",
        "source": "native",
        "timeoutMinutes": null,
        "version": 1.0,
        "_links": {
          "self": {
            "href": "http://localhost:8090/workflow/search/findByResourceTarget?resource_target=pnf"
          },
          "workflow": {
            "href": "http://localhost:8090/workflow/4"
          },
          "workflowActivitySpecSequence": {
            "href": "http://localhost:8090/workflow/4/workflowActivitySpecSequence"
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "http://localhost:8090/workflow/search/findByResourceTarget?resource_target=pnf"
    },
    "workflowActivitySpecSequence": {
      "href": "http://localhost:8090/workflow/4/workflowActivitySpecSequence"
    }
  }
}