-
createAccount
Create a new account for Local AAA instance.
POST /user-management/accountsCreate a new account for Local AAA instance in IAP.
-
createAdapter
Create a new adapter.
POST /adaptersCreate a new adapter in IAP.
-
createGroup
Create a new group for Local AAA instance.
POST /user-management/groupsCreate a new group for Local AAA instance in IAP.
-
createIntegration
Create a new integration.
POST /integrationsCreate a new integration in IAP.
-
createIntegrationModel
Create a new integration model.
POST /integration-modelsCreate a new integration model in IAP.
-
createProfile
Creates a new profile
POST /profilesCreate a new profile in IAP.
-
deleteAccount
Delete an account from Local AAA instance.
DELETE /user-management/accounts/:accountIdDelete an account from Local AAA instance in IAP.
-
deleteAdapter
Delete an adapter.
DELETE /adapters/:nameDelete an adapter from IAP.
-
deleteGroup
Delete a group from Local AAA instance.
DELETE /user-management/groups/:groupIdDelete a group from Local AAA instance in IAP.
-
deleteIntegration
Delete an integration.
DELETE /integrations/:nameDelete an integration from IAP.
-
deleteIntegrationModel
Delete an integration model.
DELETE /integration-models/:nameDelete an integration model from IAP.
-
deleteProfile
Delete a profile.
DELETE /profiles/:idDelete a profile from IAP.
-
exportPrebuilt
Export a prebuilt
GET /prebuilts/:id/exportExport a prebuilt from IAP.
-
getAccount
Get an account from Local AAA instance.
GET /user-management/accounts/:accountIdGet an account from Local AAA instance in IAP.
-
getAccounts
Get all accounts from Local AAA instance.
GET /user-management/accountsGet all accounts from Local AAA instance in IAP.
-
getAdapter
Get a single adapter.
GET /adapters/:nameGet a single adapter in IAP.
-
getAdapterChangelogs
Get the list of changelogs.
GET /adapters/:name/changelogsGet the list of changelogs for a specific adapter.
-
getAdapterHealth
Get the health of a single adapter.
GET /health/adapters/:nameGet the health of a single adapter in IAP.
-
getAdapterModelTypes
Get the list of available adapter model types.
GET /adapter-models/typesGet the list of available adapter model types in the current IAP.
-
getAdapters
Get all adapters.
GET /adaptersGet all adapters in IAP.
-
getAdapterSchema
Get the adapter schema.
GET /schema/adapters/:nameGet the adapter schema.
-
getAdaptersHealth
Get the health of all the adapters.
GET /health/adaptersGet the health of all the adapters in IAP.
-
getApplication
Get a single application.
GET /applications/:nameGet a single application in IAP.
-
getApplicationChangelogs
Get the list of changelogs.
GET /applications/:name/changelogsGet the list of changelogs for a specific application.
-
getApplicationHealth
Get the health of a single application.
GET /health/applications/:nameGet the health of a single application in IAP.
-
getApplications
Get all applications.
GET /applicationsGet all applications in IAP.
-
getApplicationSchema
Get the application schema.
GET /schema/applications/:nameGet the application schema.
-
getApplicationsHealth
Get the health of all the applications.
GET /health/applicationsGet the health of all the applications in IAP.
-
getAssignableRoles
Get all assignable roles.
GET /user-management/rolesGet all assignable roles based on permissions in IAP.
-
getGroup
Get a group from Local AAA instance.
GET /user-management/groups/:groupIdGet a group from Local AAA instance in IAP.
-
getGroups
Get all groups from Local AAA instance.
GET /user-management/groupsGet all groups from Local AAA instance in IAP.
-
getIntegration
Get a single integration.
GET /integrations/:nameGet a single integration in IAP.
-
getIntegrationModel
Get a specific integration model.
GET /integration-models/:nameGet a specific integration model in IAP.
-
getIntegrationModels
Get all integration models.
GET /integration-modelsGet all the integration models in IAP.
-
getIntegrations
Get all integrations.
GET /integrationsGet all integrations in IAP.
-
getIntegrationSchema
Get the integration schema.
GET /schema/integrations/:nameGet the integration schema.
-
getPrebuilt
Get a single prebuilt.
GET /prebuilts/:idGet a single prebuilt in IAP.
-
getPrebuilts
Get all the prebuilts.
GET /prebuiltsGet all the prebuilts in IAP.
-
getProfile
Get a single profile.
GET /profiles/:idGet a single profile in the current IAP.
-
getProfiles
Get all profiles.
GET /profilesGet all the profiles in IAP.
-
getProfileSchema
Get the profile schema.
GET /schema/profilesGet the profile schema.
-
getRepositoryPrebuilts
Get all prebuilts
GET /prebuilts-repositoryGet all prebuilts from a repository.
-
getServerHealth
Get the health of the server.
GET /health/serverGet the health of the server.
-
getSystemHealth
Get the health of the system.
GET /health/systemGet the health of the system.
-
importPrebuilt
Import a prebuilt.
POST /prebuilts/importImport a prebuilt into IAP.
-
removePrebuilt
Remove a prebuilt.
DELETE /prebuilts/:idRemove a prebuilt from IAP.
-
restartAdapter
Restart an adapter.
PUT /adapters/:name/restartRestart an adapter in IAP.
-
restartApplication
Restart an application.
PUT /applications/:name/restartRestart an application in IAP.
-
setAccountGroups
Set the groups for an account.
PUT /user-management/accounts/:accountId/groupsSet the groups for an account in a Local AAA instance.
-
setAccountPassword
Change the password for an account.
PUT /user-management/accounts/:accountId/passwordChange the password for an account in the Local AAA instance.
-
setGroupRoles
Set the roles for a group.
PUT /user-management/groups/:groupId/rolesSet the roles for a group in a Local AAA instance.
-
startAdapter
Start an adapter.
PUT /adapters/:name/startStart an adapter in IAP.
-
startApplication
Start an application.
PUT /applications/:name/startStart an application in IAP.
-
stopAdapter
Stop an adapter.
PUT /adapters/:name/stopStop an adapter in IAP.
-
stopApplication
Stop an application.
PUT /applications/:name/stopStop an application in IAP.
-
switchActiveProfile
Switch the active profile.
PUT /profiles/:id/activeSwitch the active profile in the current IAP.
-
updateAdapter
Update an adapter.
PUT /adapters/:nameUpdate an adapter in IAP.
-
updateAdapterLogging
Update the log levels.
PUT /adapters/:name/loglevelUpdate the log levels for an adapter.
-
updateAdapterProperties
Update the properties of an adapter.
PUT /adapters/:name/propertiesUpdate the properties of an adapter in IAP.
-
updateApplication
Update an application.
PUT /applications/:nameUpdate an application in IAP.
-
updateApplicationLogging
Update the log levels.
PUT /applications/:name/loglevelUpdate the log levels for an application.
-
updateApplicationProperties
Update the properties of an application.
PUT /applications/:name/propertiesUpdate the properties of an application in IAP.
-
updateIntegration
Update an integration.
PUT /integrations/:nameUpdate an integration in IAP.
-
updateIntegrationModel
Update an integration model.
PUT /integration-modelsUpdate an integration model in IAP.
-
updateIntegrationProperties
Update the properties of an integration.
PUT /integrations/:name/propertiesUpdate the properties of an integration in IAP.
-
updatePrebuilt
Update a prebuilt
PUT /prebuilts/:idUpdate a prebuilt in IAP.
-
updateProfile
Updates a profile.
PUT /profiles/:idUpdate a profile in IAP.
-
validateIntegrationModel
Validate an integration model.
PUT /integration-models/validationValidate an integration model.
-
validatePrebuilt
Validate the data structure of a prebuilt.
PUT /prebuilts/import/validationValidate the data structure of a prebuilt in IAP.