Skip to main content

endpoint-group-globally-defined

Overview

This rule belongs to the apimatic-post-processing-validation ruleset and states that:

An endpoint can only be placed inside an endpoint group which is pre-defined under the API level endpoint groups definition. If that is not the case, the missing group definition will be automatically generated and added in the global endpoint groups.

PropertyValue
EnabledNo
Maximum SeverityWarning
MessageEndpoint group definition was not found in the API level endpoint group definitions. Therefore, the endpoint group definition has been auto-generated and added in the global list.
CodeAPIMATICPOSTPROCESS_V201
TypeValidation
Rule SystemSemantic
Broad CategoryEndpoints
Products ImpactedCode Generation, Developer Experience Portal, API Transformer
Tagsapimatic postprocessing validation endpoint group group tag endpoint

Suggested Fixes

  • Ensure that the endpoint group is defined in the API level endpoint groups to avoid this issue.
  • Make sure that the name of the endpoint group used in the endpoint and the one defined globally at API level match exactly.
  • Names are compared in a case-sensitive manner.

For More Information