Generator: Update SDK /services/ufw - #10665
Open
stackit-pipeline wants to merge 3 commits into
Open
Conversation
gorelease reportgenerated on Thu Aug 27 08:56:02 UTC 2026
|
relates to STACKITSDK-432
GokceGK
approved these changes
Aug 26, 2026
Fyusel
requested changes
Aug 27, 2026
| Returns the created rule for a specific project | ||
|
|
||
| @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). | ||
| @param projectId The STACKIT portal project UUID the key ring is part of. |
| Returns success | ||
|
|
||
| @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). | ||
| @param projectId The STACKIT portal project UUID the key ring is part of. |
Contributor
There was a problem hiding this comment.
same here, key ring? copy paste from another service?
| Returns a CSV file containing the rules for a specific folder | ||
|
|
||
| @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). | ||
| @param folderId The STACKIT portal folder UUID the key ring is part of. |
Contributor
There was a problem hiding this comment.
Seems to be the same for every method
|
|
||
| // DeleteRuleExecute executes the request | ||
| // @return SecurityRuleResponse | ||
| DeleteRuleExecute(r ApiDeleteRuleRequest) (*SecurityRuleResponse, error) |
Contributor
There was a problem hiding this comment.
Suggested change
| DeleteRuleExecute(r ApiDeleteRuleRequest) (*SecurityRuleResponse, error) | |
| DeleteRuleExecute(r ApiDeleteRuleRequest) (*DeleteRuleResponse, error) |
|
|
||
| // ListRulesExecute executes the request | ||
| // @return SecurityRulesResponse | ||
| ListRulesExecute(r ApiListRulesRequest) (*SecurityRulesResponse, error) |
Contributor
There was a problem hiding this comment.
Suggested change
| ListRulesExecute(r ApiListRulesRequest) (*SecurityRulesResponse, error) | |
| ListRulesExecute(r ApiListRulesRequest) (*ListRulesResponse, error) |
|
|
||
| // UpdateRuleExecute executes the request | ||
| // @return SecurityRuleSuccessfullyCreatedResponse | ||
| UpdateRuleExecute(r ApiUpdateRuleRequest) (*SecurityRuleSuccessfullyCreatedResponse, error) |
Contributor
There was a problem hiding this comment.
Suggested change
| UpdateRuleExecute(r ApiUpdateRuleRequest) (*SecurityRuleSuccessfullyCreatedResponse, error) | |
| UpdateRuleExecute(r ApiUpdateRuleRequest) (*UpdateRuleResponse, error) |
| Returns a list of rules for a specific project | ||
|
|
||
| @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). | ||
| @param projectId The STACKIT portal project UUID the key ring is part of. |
|
|
||
| // ListInstancesForServiceExecute executes the request | ||
| // @return []ServicesResponse | ||
| ListInstancesForServiceExecute(r ApiListInstancesForServiceRequest) ([]ServicesResponse, error) |
Contributor
There was a problem hiding this comment.
This returns a list of instances, or? So the response should be named something like this []Instance
| ApiService DefaultAPI | ||
| organizationId string | ||
| regionId string | ||
| filters *ExportFolderRulesFiltersParameter |
Contributor
There was a problem hiding this comment.
This ExportFolderRulesFiltersParameter is used for "organization" as well. There is no folder present.
| ApiService DefaultAPI | ||
| projectId string | ||
| regionId string | ||
| filters *ExportFolderRulesFiltersParameter |
Contributor
|
superseded by #10777 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Generated from GitHub run 32829274300
spec comparison: