- 
    
      checkIndexesCheck the status of a collection's indexes in Mongo GET /indexes/:collection/statusCheck the status of pre-defined indexes for a specific collection. 
- 
    
      createAccountCreate a new account for Local AAA instance. POST /user-management/accountsCreate a new account for Local AAA instance in IAP. 
- 
    
      createAdapterCreate a new adapter. POST /adaptersCreate a new adapter in IAP. 
- 
    
      createGroupCreate a new group for Local AAA instance. POST /user-management/groupsCreate a new group for Local AAA instance in IAP. 
- 
    
      createIndexesCreate a collection's indexes in Mongo POST /indexes/:collectionCreate all pre-defined indexes for a specific collection. 
- 
    
      createIntegrationCreate a new integration. POST /integrationsCreate a new integration in IAP. 
- 
    
      createIntegrationModelCreate a new integration model. POST /integration-modelsCreate a new integration model in IAP. 
- 
    
      createLinkUpdate a link. POST /external-links/Create a link 
- 
    
      createProfileCreates a new profile POST /profilesCreate a new profile in IAP. 
- 
    
      createRepositoryConfigCreate repository configuration POST /prebuilts-repository/configsCreate a new repository configuration 
- 
    
      createRoleCreate a role. POST /authorization/rolesCreate a role 
- 
    
      deleteAccountDelete an account from Local AAA instance. DELETE /user-management/accounts/:accountIdDelete an account from Local AAA instance in IAP. 
- 
    
      deleteAdapterDelete an adapter. DELETE /adapters/:nameDelete an adapter from IAP. 
- 
    
      deleteGroupDelete a group from Local AAA instance. DELETE /user-management/groups/:groupIdDelete a group from Local AAA instance in IAP. 
- 
    
      deleteIntegrationDelete an integration. DELETE /integrations/:nameDelete an integration from IAP. 
- 
    
      deleteIntegrationModelDelete an integration model. DELETE /integration-models/:nameDelete an integration model from IAP. 
- 
    
      deleteLinkDelete a link. DELETE /external-links/:linkIdDelete a link 
- 
    
      deleteProfileDelete a profile. DELETE /profiles/:idDelete a profile from IAP. 
- 
    
      deleteRepositoryConfigDelete repository configuration DELETE /prebuilts-repository/configs/:nameDelete an existing repository configuration 
- 
    
      deleteRoleDelete a role. DELETE /authorization/roles/:roleIdDelete a role 
- 
    
      exportAdapterExport a single adapter. GET /adapters/:name/exportExport a single adapter in IAP. 
- 
    
      exportIntegrationModelExport an integration model. GET /integration-models/:name/exportExport an integration model's open API spec. 
- 
    
      exportPrebuiltExport a prebuilt GET /prebuilts/:id/exportExport a prebuilt from IAP. 
- 
    
      exportProfileExport a single profile. GET /profiles/:id/exportExports a single profile in the current IAP. 
- 
    
      getAccountGet an account from Local AAA instance. GET /user-management/accounts/:accountIdGet an account from Local AAA instance in IAP. 
- 
    
      getAccountsGet all accounts from Local AAA instance. GET /user-management/accountsGet all accounts from Local AAA instance in IAP. 
- 
    
      getAdapterGet a single adapter. GET /adapters/:nameGet a single adapter in IAP. 
- 
    
      getAdapterChangelogsGet the list of changelogs. GET /adapters/:name/changelogsGet the list of changelogs for a specific adapter. 
- 
    
      getAdapterHealthGet the health of a single adapter. GET /health/adapters/:nameGet the health of a single adapter in IAP. 
- 
    
      getAdapterModelTypesGet the list of available adapter model types. GET /adapter-models/typesGet the list of available adapter model types in the current IAP. 
- 
    
      getAdaptersGet all adapters. GET /adaptersGet all adapters in IAP. 
- 
    
      getAdapterSchemaGet the adapter schema. GET /schema/adapters/:nameGet the adapter schema. 
- 
    
      getAdaptersHealthGet the health of all the adapters. GET /health/adaptersGet the health of all the adapters in IAP. 
- 
    
      getApplicationGet a single application. GET /applications/:nameGet a single application in IAP. 
- 
    
      getApplicationChangelogsGet the list of changelogs. GET /applications/:name/changelogsGet the list of changelogs for a specific application. 
- 
    
      getApplicationHealthGet the health of a single application. GET /health/applications/:nameGet the health of a single application in IAP. 
- 
    
      getApplicationsGet all applications. GET /applicationsGet all applications in IAP. 
- 
    
      getApplicationSchemaGet the application schema. GET /schema/applications/:nameGet the application schema. 
- 
    
      getApplicationsHealthGet the health of all the applications. GET /health/applicationsGet the health of all the applications in IAP. 
- 
    
      getAssignableRolesGet all assignable roles. GET /user-management/rolesGet all assignable roles based on permissions in IAP. 
- 
    
      getBrokerMapGet a mapping between brokers and adapters. GET /adapters/brokers/mappingGet a mapping between brokers and adapters. 
- 
    
      getGroupGet a group from Local AAA instance. GET /user-management/groups/:groupIdGet a group from Local AAA instance in IAP. 
- 
    
      getGroupsGet all groups from Local AAA instance. GET /user-management/groupsGet all groups from Local AAA instance in IAP. 
- 
    
      getIndexesGet all pre-defined indexes. GET /indexesGet all pre-defined indexes to be used in Mongo. 
- 
    
      getIntegrationGet a single integration. GET /integrations/:nameGet a single integration in IAP. 
- 
    
      getIntegrationModelGet a specific integration model. GET /integration-models/:nameGet a specific integration model in IAP. 
- 
    
      getIntegrationModelsGet all integration models. GET /integration-modelsGet all the integration models in IAP. 
- 
    
      getIntegrationsGet all integrations. GET /integrationsGet all integrations in IAP. 
- 
    
      getIntegrationSchemaGet the integration schema. GET /schema/integrations/:nameGet the integration schema. 
- 
    
      getLinkGet an individual link. GET /external-links/:linkIdGet an individual link 
- 
    
      getLinksGet all links. GET /external-links/Get all links 
- 
    
      getMethodsGet a list of methods. GET /authorization/methodsGet a list of methods in IAP. 
- 
    
      getPrebuiltGet a single prebuilt. GET /prebuilts/:idGet a single prebuilt in IAP. 
- 
    
      getPrebuiltsGet all the prebuilts. GET /prebuiltsGet all the prebuilts in IAP. 
- 
    
      getProfileGet a single profile. GET /profiles/:idGet a single profile in the current IAP. 
- 
    
      getProfilesGet all profiles. GET /profilesGet all the profiles in IAP. 
- 
    
      getProfileSchemaGet the profile schema. GET /schema/profilesGet the profile schema. 
- 
    
      getPrometheusMetricsGet prometheus metrics. GET /prometheus_metricsBuilds and returns all prometheus metrics. 
- 
    
      getRepositoryConfigsGet Repository Configurations GET /prebuilts-repository/configsGet all the Prebuilt Repository configurations 
- 
    
      getRepositoryPrebuiltsGet all prebuilts GET /prebuilts-repositoryGet all prebuilts from a repository. 
- 
    
      getRoleGet an individual role. GET /authorization/roles/:roleIdGet an individual role 
- 
    
      getRolesGet a list of roles. GET /authorization/rolesGet a list of roles 
- 
    
      getServerHealthGet the health of the server. GET /health/serverGet the health of the server. 
- 
    
      getSystemHealthGet the health of the system. GET /health/systemGet the health of the system. 
- 
    
      getViewsGet a list of views. GET /authorization/viewsGet a list of views in IAP. 
- 
    
      importAdapterImport a new adapter. POST /adapters/importImport a new adapter in IAP. 
- 
    
      importPrebuiltImport a prebuilt. POST /prebuilts/importImport a prebuilt into IAP. 
- 
    
      importProfileImport a new profile POST /profiles/importImport a new profile in IAP. 
- 
    
      removePrebuiltRemove a prebuilt. DELETE /prebuilts/:idRemove a prebuilt from IAP. 
- 
    
      restartAdapterRestart an adapter. PUT /adapters/:name/restartRestart an adapter in IAP. 
- 
    
      restartApplicationRestart an application. PUT /applications/:name/restartRestart an application in IAP. 
- 
    
      setAccountGroupsSet the groups for an account. PUT /user-management/accounts/:accountId/groupsSet the groups for an account in a Local AAA instance. 
- 
    
      setAccountPasswordChange the password for an account. PUT /user-management/accounts/:accountId/passwordChange the password for an account in the Local AAA instance. 
- 
    
      setGroupRolesSet the roles for a group. PUT /user-management/groups/:groupId/rolesSet the roles for a group in a Local AAA instance. 
- 
    
      startAdapterStart an adapter. PUT /adapters/:name/startStart an adapter in IAP. 
- 
    
      startApplicationStart an application. PUT /applications/:name/startStart an application in IAP. 
- 
    
      stopAdapterStop an adapter. PUT /adapters/:name/stopStop an adapter in IAP. 
- 
    
      stopApplicationStop an application. PUT /applications/:name/stopStop an application in IAP. 
- 
    
      switchActiveProfileSwitch the active profile. PUT /profiles/:id/activeSwitch the active profile in the current IAP. 
- 
    
      updateAccountUpdate an account. PATCH /authorization/accounts/:accountIdUpdate an account 
- 
    
      updateAdapterUpdate an adapter. PUT /adapters/:nameUpdate an adapter in IAP. 
- 
    
      updateAdapterLoggingUpdate the log levels. PUT /adapters/:name/loglevelUpdate the log levels for an adapter. 
- 
    
      updateAdapterPropertiesUpdate the properties of an adapter. PUT /adapters/:name/propertiesUpdate the properties of an adapter in IAP. 
- 
    
      updateApplicationUpdate an application. PUT /applications/:nameUpdate an application in IAP. 
- 
    
      updateApplicationLoggingUpdate the log levels. PUT /applications/:name/loglevelUpdate the log levels for an application. 
- 
    
      updateApplicationPropertiesUpdate the properties of an application. PUT /applications/:name/propertiesUpdate the properties of an application in IAP. 
- 
    
      updateGroupUpdate a group. PATCH /authorization/groups/:groupIdUpdate a group 
- 
    
      updateIntegrationUpdate an integration. PUT /integrations/:nameUpdate an integration in IAP. 
- 
    
      updateIntegrationModelUpdate an integration model. PUT /integration-modelsUpdate an integration model in IAP. 
- 
    
      updateIntegrationPropertiesUpdate the properties of an integration. PUT /integrations/:name/propertiesUpdate the properties of an integration in IAP. 
- 
    
      updateLinkUpdate a link. PATCH /external-links/:linkIdUpdate a link 
- 
    
      updatePrebuiltUpdate a prebuilt PUT /prebuilts/:idUpdate a prebuilt in IAP. 
- 
    
      updateProfileUpdates a profile. PUT /profiles/:idUpdate a profile in IAP. 
- 
    
      updateRepositoryConfigUpdate repository configuration PATCH /prebuilts-repository/configs/:nameUpdate an existing repository configuration 
- 
    
      updateRoleUpdate a role. PATCH /authorization/roles/:roleIdUpdate a role 
- 
    
      validateIntegrationModelValidate an integration model. PUT /integration-models/validationValidate an integration model. 
- 
    
      validatePrebuiltValidate the data structure of a prebuilt. PUT /prebuilts/import/validationValidate the data structure of a prebuilt in IAP.