blob: 7fbad818cacae8fc8bb556a99538fd31a674a795 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"tosca_definitions_version": "tosca_simple_yaml_1_1_0",
"topology_template": {
"node_templates": {
"apexMetadata_grpc": {
"version": "1.2.1",
"type": "org.onap.nodetypes.policy.MetadataSet",
"type_version": "1.0.0",
"description": "Updated Metadata set for GRPC",
"metadata": {
"policyModel": {
"key": {
"name": "GrpcPolicyModel",
"version": "1.0.1"
}
},
"threshold": 3.15,
"state": "active"
}
}
}
}
}
|