Skip to content

Generator: Update SDK /services/ufw - #10665

Open
stackit-pipeline wants to merge 3 commits into
mainfrom
oas-bot-32829274300/ufw
Open

Generator: Update SDK /services/ufw#10665
stackit-pipeline wants to merge 3 commits into
mainfrom
oas-bot-32829274300/ufw

Conversation

@stackit-pipeline

Copy link
Copy Markdown
Contributor

Generated from GitHub run 32829274300
spec comparison:

@github-actions

github-actions Bot commented Aug 25, 2026

Copy link
Copy Markdown

gorelease report

generated on Thu Aug 27 08:56:02 UTC 2026


gorelease report for services/ufw

# summary
Inferred base version: none
Suggested version: v0.1.0 (with tag services/ufw/v0.1.0)

relates to STACKITSDK-432
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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

key ring?

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be the same for every method


// DeleteRuleExecute executes the request
// @return SecurityRuleResponse
DeleteRuleExecute(r ApiDeleteRuleRequest) (*SecurityRuleResponse, error)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
DeleteRuleExecute(r ApiDeleteRuleRequest) (*SecurityRuleResponse, error)
DeleteRuleExecute(r ApiDeleteRuleRequest) (*DeleteRuleResponse, error)


// ListRulesExecute executes the request
// @return SecurityRulesResponse
ListRulesExecute(r ApiListRulesRequest) (*SecurityRulesResponse, error)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ListRulesExecute(r ApiListRulesRequest) (*SecurityRulesResponse, error)
ListRulesExecute(r ApiListRulesRequest) (*ListRulesResponse, error)


// UpdateRuleExecute executes the request
// @return SecurityRuleSuccessfullyCreatedResponse
UpdateRuleExecute(r ApiUpdateRuleRequest) (*SecurityRuleSuccessfullyCreatedResponse, error)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

key ring is everywhere


// ListInstancesForServiceExecute executes the request
// @return []ServicesResponse
ListInstancesForServiceExecute(r ApiListInstancesForServiceRequest) ([]ServicesResponse, error)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ExportFolderRulesFiltersParameter is used for "organization" as well. There is no folder present.

ApiService DefaultAPI
projectId string
regionId string
filters *ExportFolderRulesFiltersParameter

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here: "Folder"

@Fyusel

Fyusel commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

superseded by #10777

@Fyusel Fyusel closed this Aug 27, 2026
@Fyusel
Fyusel deleted the oas-bot-32829274300/ufw branch August 27, 2026 08:48
@Fyusel
Fyusel restored the oas-bot-32829274300/ufw branch August 27, 2026 08:54
@Fyusel Fyusel reopened this Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants