resource-registry/src/test/resources/queries/query2.json

40 lines
744 B
JSON

{
"type": "EService",
"consistsOf": [
{
"type": "ConsistsOf",
"propagationConstraint" : {
"add": "propagate"
},
"target": {
"type": "StateFacet",
"value": "down"
}
},
{
"type": "IsIdentifiedBy",
"target": {
"type": "SoftwareFacet",
"name": "data-transfer-service",
"group": "DataTransfer"
}
},
{
"type": "ConsistsOf",
"target": {
"type": "AccessPointFacet",
"endpoint": "http://smartexecutor1.dev.int.d4science.net:80/data-transfer-service/gcube/resource"
}
}
],
"isRelatedTo" : [
{
"type": "Activates",
"id": "bd89a311-780d-4efe-93e5-08281e53bce7",
"source": {
"type": "HostingNode",
"id" : "44fac329-eed5-4f18-90ba-a54d5aad316e"
}
}
]
}