Skip to content

Add App Key Registration API #29929

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-06-18 13:35:43.987919",
"spec_repo_commit": "5e49afe1"
"regenerated": "2025-06-18 20:32:32.519006",
"spec_repo_commit": "c4868535"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-06-18 13:35:53.415888",
"spec_repo_commit": "5e49afe1"
"regenerated": "2025-06-18 20:32:41.980171",
"spec_repo_commit": "c4868535"
}
}
}
48 changes: 48 additions & 0 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4884,6 +4884,54 @@ menu:
- CreateActionConnection
unstable: []
order: 2
- name: Register a new App Key
url: '#register-a-new-app-key'
identifier: action-connection-register-a-new-app-key
parent: action-connection
generated: true
params:
versions:
- v2
operationids:
- RegisterAppKey
unstable: []
order: 5
- name: Get an existing App Key Registration
url: '#get-an-existing-app-key-registration'
identifier: action-connection-get-an-existing-app-key-registration
parent: action-connection
generated: true
params:
versions:
- v2
operationids:
- GetAppKeyRegistration
unstable: []
order: 8
- name: Unregister an App Key
url: '#unregister-an-app-key'
identifier: action-connection-unregister-an-app-key
parent: action-connection
generated: true
params:
versions:
- v2
operationids:
- UnregisterAppKey
unstable: []
order: 7
- name: List App Key Registrations
url: '#list-app-key-registrations'
identifier: action-connection-list-app-key-registrations
parent: action-connection
generated: true
params:
versions:
- v2
operationids:
- ListAppKeyRegistrations
unstable: []
order: 6
- name: Agentless Scanning
url: /api/latest/agentless-scanning/
identifier: agentless-scanning
Expand Down
321 changes: 321 additions & 0 deletions content/en/api/v2/action-connection/examples.json

Large diffs are not rendered by default.

Loading
Loading