diff --git a/http/technologies/nacos-version.yaml b/http/technologies/nacos-version.yaml index 57967f7e0a..1138666e02 100644 --- a/http/technologies/nacos-version.yaml +++ b/http/technologies/nacos-version.yaml @@ -21,7 +21,12 @@ http: path: - "{{BaseURL}}/v1/console/server/state?accessToken=&username=" + matchers-condition: and matchers: + - type: status + status: + - 200 + - type: regex regex: - '"version":"(\d+\.\d+\.\d+)"'