[AAI] Release docker artifact 1.12.4
[aai/schema-service.git] / aai-queries / src / main / resources / schema / onap / query / stored-queries.json
index eb59b14..c60f264 100644 (file)
     {
       "pserver-fromHostnameFirstToken": {
                "query":{
-               "required-properties":["hostnameFirstToken","sourcesOfTruth"]
+               "required-properties":["hostnameFirstToken"]
        },
-               "stored-query": "builder.getVerticesStartsWithProperty('hostname', hostnameFirstToken).getVerticesByProperty('source-of-truth', new ArrayList<>(Arrays.asList(sourcesOfTruth)))"
-         }
-       },
-       {
-      "pserver-fromFqdnFirstToken": {
-               "query":{
-               "required-properties":["fqdnFirstToken","sourcesOfTruth"]
-       },
-               "stored-query": "builder.getVerticesStartsWithProperty('fqdn', fqdnFirstToken).getVerticesByProperty('source-of-truth', new ArrayList<>(Arrays.asList(sourcesOfTruth)))"
+               "stored-query": "builder.getVerticesStartsWithProperty('hostname', hostnameFirstToken)"
          }
        },
        {