-
Notifications
You must be signed in to change notification settings - Fork 88
CLOUDP-349927: Update Autogenerated Commands #4249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
APIx Bot |
}, | ||
{ | ||
Name: `Sandbox`, | ||
Description: `Returns, adds, edits, and removes sandbox templates. Also enables/disables sandbox for an organization.`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description: `Returns, adds, edits, and removes sandbox templates. Also enables/disables sandbox for an organization.`, | |
Description: `Returns, adds, edits, and removes sandbox templates. Also enables or disables sandbox for an organization.`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this cannot be changed as it's inherited from the OpenAPI specifications
QueryParameters: []shared_api.Parameter{ | ||
{ | ||
Name: `envelope`, | ||
Description: `Flag that indicates whether Application wraps the response in an envelope JSON object. Some API clients cannot access the HTTP response headers or status code. To remediate this, set envelope=true in the query. Endpoints that return a list of results use the results object as an envelope. Application adds the status parameter to the response body.`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description: `Flag that indicates whether Application wraps the response in an envelope JSON object. Some API clients cannot access the HTTP response headers or status code. To remediate this, set envelope=true in the query. Endpoints that return a list of results use the results object as an envelope. Application adds the status parameter to the response body.`, | |
Description: `Flag that indicates whether Application wraps the response in an envelope JSON object. Some API clients cannot access the HTTP response headers or status code. To remediate this, set envelope to true in the query. Endpoints that return a list of results use the results object as an envelope. Application adds the status parameter to the response body.`, |
QueryParameters: []shared_api.Parameter{ | ||
{ | ||
Name: `envelope`, | ||
Description: `Flag that indicates whether Application wraps the response in an envelope JSON object. Some API clients cannot access the HTTP response headers or status code. To remediate this, set envelope=true in the query. Endpoints that return a list of results use the results object as an envelope. Application adds the status parameter to the response body.`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description: `Flag that indicates whether Application wraps the response in an envelope JSON object. Some API clients cannot access the HTTP response headers or status code. To remediate this, set envelope=true in the query. Endpoints that return a list of results use the results object as an envelope. Application adds the status parameter to the response body.`, | |
Description: `Flag that indicates whether Application wraps the response in an envelope JSON object. Some API clients cannot access the HTTP response headers or status code. To remediate this, set envelope to true in the query. Endpoints that return a list of results use the results object as an envelope. Application adds the status parameter to the response body.`, |
URLParameters: []shared_api.Parameter{ | ||
{ | ||
Name: `orgId`, | ||
Description: `Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description: `Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.`, | |
Description: `Unique 24-hexadecimal digit string that identifies the organization that contains the projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.`, |
OR
Description: `Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.`, | |
Description: `Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which you have access.`, |
URLParameters: []shared_api.Parameter{ | ||
{ | ||
Name: `orgId`, | ||
Description: `Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description: `Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.`, | |
Description: `Unique 24-hexadecimal digit string that identifies the organization that contains the projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.`, |
OR
Description: `Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.`, | |
Description: `Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which you have access.`, |
* - -o, --output | ||
- string | ||
- false | ||
- preferred api format, can be ["json", go-template] This value defaults to "json". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- preferred api format, can be ["json", go-template] This value defaults to "json". | |
- Preferred api format. Value can be ["json", go-template]. If omitted, defaults to "json". |
* - --outputFile | ||
- string | ||
- false | ||
- file to write the api output to. This flag is required when the output of an endpoint is binary (ex: gzip) and the command is not piped (ex: atlas command > out.zip) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- file to write the api output to. This flag is required when the output of an endpoint is binary (ex: gzip) and the command is not piped (ex: atlas command > out.zip) | |
- File to write the API output to. This flag is required when the output of an endpoint is binary (ex: gzip) and the command is not piped (ex: atlas command > out.zip). |
* - --pretty | ||
- | ||
- false | ||
- flag that indicates whether the response body should be in the prettyprint format |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- flag that indicates whether the response body should be in the prettyprint format | |
- Flag that indicates whether the response body should be in the prettyprint format. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updating this one since it's our own flag
* - --sandboxConfigId | ||
- string | ||
- true | ||
- unique 24-hexadecimal digit string that identifies the sandbox configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- unique 24-hexadecimal digit string that identifies the sandbox configuration | |
- Unique 24-hexadecimal digit string that identifies the sandbox configuration. |
Proposed changes
Update Autogenerated Commands
Jira ticket: CLOUDP-349927
Note: Jira ticket will be closed automatically when this PR is merged.