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.
Property | Value |
---|---|
Enabled | No |
Maximum Severity | Warning |
Message | Endpoint 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. |
Code | APIMATICPOSTPROCESS_V201 |
Type | Validation |
Rule System | Semantic |
Broad Category | Endpoints |
Products Impacted | Code Generation, Developer Experience Portal, API Transformer |
Tags | apimatic 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.