From: rajdeep11 Date: Wed, 9 Oct 2024 05:10:02 +0000 (+0530) Subject: changes in the request.http X-Git-Tag: 4.0.0~34 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b39338034cac8af2430f05eed06ebe5b63b3f7ad;p=aiml-fw%2Fawmf%2Fmodelmgmtservice.git changes in the request.http Change-Id: I689384a7e7d4402e8c02b134f13373e622a44c22 Signed-off-by: rajdeep11 --- diff --git a/request.http b/request.http index 4266b52..987d10b 100644 --- a/request.http +++ b/request.http @@ -19,10 +19,18 @@ Content-Type: application/json } } -### Get ModelInfo by ID +### Get All Models info GET http://{{host}}/getModelInfo Content-Type: application/json +### Get all Models info by name +GET http://{{host}}/getModelInfo?modelName=TestModel +Content-Type: application/json + +### Get all Models info by name and version +GET http://{{host}}/getModelInfo?modelName=TestModel&modelVersion=v1.0 +Content-Type: application/json + ### updated model PUT http://{{host}}/modelInfo/12345 Content-Type: application/json