/
AN
ansible
/
Event Driven Ansible API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
activation-instances
3
activations
8
audit-rules
4
auth
4
credential-types
5
get
/credential-types/
post
/credential-types/
get
/credential-types/{id}/
delete
/credential-types/{id}/
patch
/credential-types/{id}/
decision-environments
5
eda-credentials
5
organizations
6
projects
6
role_definitions
10
role_team_assignments
4
role_user_assignments
4
rulebooks
3
service-index
13
status
1
teams
5
users
11
credential-types
Create a new credential type.
post
/credential-types/
Request body
CredentialTypeCreate
required
name
string
required
description
string
inputs
object
required
Name of the credential type
injectors
object
organization_id
integer
nullable
Response
Return the new credential type.
CredentialType
required
name
string
required
namespace
string
nullable
kind
string
description
string
inputs
object
injectors
object
id
integer
required
created_at
string
date-time
required
modified_at
string
date-time
required
managed
boolean
required
organization_id
integer
nullable
required
Changes