summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/data_types.json
blob: 2a42ac09129ad5f9f7fcf51f51c62452975e3e5e (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
  "data_types" : {
    "dt-config-assign-properties" : {
      "description" : "Dynamic DataType definition for workflow(config-assign).",
      "version" : "1.0.0",
      "properties" : { },
      "derived_from" : "tosca.datatypes.Dynamic"
    },
    "dt-config-deploy-properties" : {
      "description" : "Dynamic DataType definition for workflow(config-deploy).",
      "version" : "1.0.0",
      "properties" : {
        "pnf-ipv4-address" : {
          "type" : "string"
        },
        "pnf-id" : {
          "type" : "string"
        }
      },
      "derived_from" : "tosca.datatypes.Dynamic"
    },
    "dt-preCheck-properties": {
      "description": "Dynamic DataType definition for the preCheck workflow(upgrade-software).",
      "version": "1.0.0",
      "properties": {
        "pnf-id": {
          "type": "string"
        },
        "target-software-version": {
          "type": "string"
        }
      },
      "derived_from": "tosca.datatypes.Dynamic"
    },
    "dt-downloadNESW-properties": {
      "description": "Dynamic DataType definition for the downloadNESW workflow(upgrade-software).",
      "version": "1.0.0",
      "properties": {
        "pnf-id": {
          "type": "string"
        },
        "target-software-version": {
          "type": "string"
        }
      },
      "derived_from": "tosca.datatypes.Dynamic"
    },
    "dt-activateNESW-properties": {
      "description": "Dynamic DataType definition for the activateNESW workflow(upgrade-software).",
      "version": "1.0.0",
      "properties": {
        "pnf-id": {
          "type": "string"
        },
        "target-software-version": {
          "type": "string"
        }
      },
      "derived_from": "tosca.datatypes.Dynamic"
    },
    "dt-postCheck-properties": {
      "description": "Dynamic DataType definition for the postCheck workflow(upgrade-software).",
      "version": "1.0.0",
      "properties": {
        "pnf-id": {
          "type": "string"
        },
        "target-software-version": {
          "type": "string"
        }
      },
      "derived_from": "tosca.datatypes.Dynamic"
    }
  }
}