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

47 lines
785 B
JSON
Raw Normal View History

2021-09-27 18:00:18 +02:00
{
2023-04-26 21:44:03 +02:00
"type": "EService",
2021-09-27 18:00:18 +02:00
"consistsOf": [
{
2023-04-26 21:44:03 +02:00
"type": "ConsistsOf",
2021-09-27 18:00:18 +02:00
"propagationConstraint" : {
"add": "propagate"
},
"target": {
2023-04-26 21:44:03 +02:00
"type": "StateFacet",
2021-09-27 18:00:18 +02:00
"value": "down"
}
},
{
2023-04-26 21:44:03 +02:00
"type": "IsIdentifiedBy",
2021-09-27 18:00:18 +02:00
"target": {
2023-04-26 21:44:03 +02:00
"type": "SoftwareFacet",
2021-09-27 18:00:18 +02:00
"name": "data-transfer-service",
"group": "DataTransfer"
}
},
{
2023-04-26 21:44:03 +02:00
"type": "ConsistsOf",
2021-09-27 18:00:18 +02:00
"target": {
2023-04-26 21:44:03 +02:00
"type": "AccessPointFacet",
2021-09-27 18:00:18 +02:00
"endpoint": "http://pc-frosini.isti.cnr.it:8080/data-transfer-service/gcube/service"
}
}
],
"isRelatedTo" : [
{
2023-04-26 21:44:03 +02:00
"type": "Activates",
"source": {
2023-04-26 21:44:03 +02:00
"type": "HostingNode",
2021-10-15 11:33:07 +02:00
"consistsOf": [
{
2023-04-26 21:44:03 +02:00
"type": "ConsistsOf",
2021-10-15 11:33:07 +02:00
"target": {
2023-04-26 21:44:03 +02:00
"type": "CPUFacet",
2021-10-15 11:33:07 +02:00
"vendor": "GenuineIntel"
}
}
]
}
}
2021-09-27 18:00:18 +02:00
]
}