| addEngineToResource
This API adds the engine to the resource
| POST /admin/resource/{ResourceID}/engine |
| addServiceToResource
This API adds the service to the resource
| POST /admin/resource/{ResourceID}/service |
| addserversServerType
This API add servers to the specified server type
| POST /admin/server_type/{ServerTypeID}/add |
| adminTerminateCluster
This terminates the cluster
| POST /admin/terminate |
| applyLicense
This applies a license to aiWARE
| POST /admin/licenses/apply |
| checkAuth
This check auth for a token
| POST /admin/auth |
| clearBacklog
This clears some or all of the currently queued tasks
| POST /admin/backlog/clear |
| createAdminApplication
This creates a new application
| POST /admin/applications/create |
| createAdminCore
This creates a new core
| POST /admin/cores/create |
| createAdminOrganization
This updates the config for the cluster for a given key
| POST /admin/organizations/create |
| createPermission
This creates a new permission
| POST /admin/users/permission/create |
| createResource
This API creates a new resource definition such as a database, nsq or redis DB.
| POST /admin/resource/create |
| createRole
This creates a new role
| POST /admin/users/role/create |
| createServerType
This creates a new server type
| POST /admin/server_types/create |
| createServerTypeEngineRunning
This creates a new server_type_engine_running
| POST /admin/server_types/running_engine/create |
| createService
This API creates a new service definition.
| POST /admin/service/create |
| createToken
This creates a new token
| POST /admin/tokens/create |
| createUser
This creates a new user
| POST /admin/users/create |
| deleteApplication
This deletes an application
| POST /admin/applications/{ApplicationID}/delete |
| deleteLicense
This deletes a license from aiWARE
| DELETE /admin/licenses/{LicenseID}/delete |
| deleteOrganization
This deletes the specified organization
| POST /admin/organization/{OrganizationID}/delete |
| deleteResource
This deletes the specified resource
| POST /admin/resource/{ResourceID}/delete |
| deleteRole
This deletes a role
| POST /admin/users/role/{RoleID}/delete |
| deleteServerType
This API deletes the specified server type
| DELETE /admin/server_type/{ServerTypeID}/delete |
| deleteServerTypePost
This API deletes the specified server type
| POST /admin/server_type/{ServerTypeID}/delete |
| deleteServerTypeRunningEngine
This API deletes the running engine for a server type
| DELETE /admin/server_type/{ServerTypeID}/engine/{EngineID}/delete |
| deleteService
This API deletes a specific service
| POST /admin/services/{ServiceID}/delete |
| deleteToken
This deletes a token
| POST /admin/token/{TokenID}/delete |
| deleteUser
This deletes a user
| POST /admin/user/{UserID}/delete |
| desiredserversServerType
This API add servers to the specified server type
| POST /admin/server_type/{ServerTypeID}/desired |
| getAdminApplicationDetail
This provides information on the given application.
| GET /admin/application/{ApplicationID}/detail |
| getAdminCoreDetail
This provides information on the given core.
| GET /admin/core/{CoreID}/detail |
| getAdminCores
This provides a list of core systems
| GET /admin/cores |
| getAdminEngineConfigSectionKey
This provides a config section key for the engine
| GET /admin/engine/{EngineID}/config/{ConfigSection}/{ConfigKey} |
| getAdminOrganizationDetail
This gets organization detail by ID
| GET /admin/organization/{OrganizationID}/detail |
| getAdminOrganizationTokens
This provides information on the given organization tokens.
| GET /admin/organization/{OrganizationID}/tokens |
| getAdminOrganizations
This provides a list of organizations
| GET /admin/organizations |
| getAdminPermissionDetail
This gets permission detail by ID
| GET /admin/users/permission/{PermissionID}/detail |
| getAdminRoleDetail
This gets role detail by ID
| GET /admin/users/role/{RoleID}/detail |
| getAdminServiceConfig
This provides all the config for the service
| GET /admin/service/{ServiceID}/config |
| getAdminServiceConfigSection
This provides all the config for the service
| GET /admin/service/{ServiceID}/config/{ConfigSection} |
| getAdminServiceConfigSectionKey
This provides a config section key for the service
| GET /admin/service/{ServiceID}/config/{ConfigSection}/{ConfigKey} |
| getAdminServiceInstances
This lists the service instances available for a system
| GET /admin/service/instances |
| getAdminServiceInstancesByServiceID
This lists the service instances available by service ID
| GET /admin/service/{ServiceID}/instances |
| getAdminStatus
This provides information on the status of the aiWARE edge
| GET /admin/status |
| getAdminTokenDetail
Get the token info by ID
| GET /admin/token/{TokenID}/detail |
| getAdminTokenPermissions
This provides a list of all token permissions for a token by TokenID
| GET /admin/token/{TokenID}/permissions |
| getAdminTokens
This provides information about all tokens.
| GET /admin/tokens |
| getAdminUserDetail
This provides information on the given user.
| GET /admin/user/{UserID}/detail |
| getAdminUserPermissions
This provides a list of all user permissions for an user by UserID
| GET /admin/user/{UserID}/permissions |
| getAdminUserTokens
This provides information on the given user.
| GET /admin/user/{UserID}/tokens |
| getAdminUsers
This provides a list of users in the system
| GET /admin/users |
| getAdminUsersPermission
This provides a list of all user permissions in the system
| GET /admin/users/permissions |
| getAdminUsersRoles
This provides a list of user role in the system
| GET /admin/users/roles |
| getApplications
Get the list of applications deployed and available on aiWARE
| GET /admin/applications |
| getBacklogSummary
This provides summary information on the current backlog
| GET /admin/backlog/summary |
| getConfig
This provides all the config for the cluster
| GET /admin/config |
| getConfigSection
This provides all the config for the cluster
| GET /admin/config/{ConfigSection} |
| getConfigSectionKey
This provides a config section key for the cluster
| GET /admin/config/{ConfigSection}/{ConfigKey} |
| getEnginesForResource
Get list of engines for resource
| GET /admin/resource/{ResourceID}/engines |
| getLicenseDetail
This gets detail on a license key
| GET /admin/licenses/{LicenseID}/detail |
| getLicenses
This provides a licenses on the system
| GET /admin/licenses |
| getMappingsForResource
Get list of mappings for resource
| GET /admin/resource/{ResourceID}/mappings |
| getResource
Get a resource definition
| GET /admin/resource/{ResourceID} |
| getResourceMappingDetail
Get resource mapping detail
| GET /admin/resource/{ResourceID}/mapping/{ResourceMappingID}/detail |
| getResources
Get the list of resources
| GET /admin/resources |
| getResourcesForEngine
Get list of resources for engine
| GET /admin/engine/{EngineID}/resources |
| getResourcesForHost
Get list of resources for host
| GET /admin/host/{HostID}/resources |
| getResourcesForService
Get list of resources for service
| GET /admin/service/{ServiceID}/resources |
| getServerType
This provides detail on the server type
| GET /admin/server_type/{ServerTypeID}/detail |
| getServerTypeEngineRunning
This lists the running engine with server types
| GET /admin/server_types/running_engines |
| getServerTypeEngineRunningDetail
This gets the detail of server type - running engine
| GET /admin/server_type/{ServerTypeID}/engine/{EngineID}/detail |
| getServerTypes
This lists the server types available on the system
| GET /admin/server_types |
| getService
This gets the service detail
| GET /admin/service/{ServiceID}/detail |
| getServices
This lists the services available on the system
| GET /admin/services |
| loginUser
This logs a user in if successful
| POST /admin/users/login |
| oauthLoginUser
This logs a user in if successful with OAuth2
| POST /admin/users/oauth2_login |
| registerUser
This registers a new user
| POST /admin/users/register |
| removeEngineForResource
This API removes the engine to the resource
| POST /admin/resource/{ResourceID}/engine/{EngineID}/delete |
| removeserversServerType
This API removes servers from the specified server type
| POST /admin/server_type/{ServerTypeID}/remove |
| resetAllocTable
This resets the alloc table
| POST /admin/backlog/reset-alloc |
| signupInitialUser
This registers a new initial user
| POST /admin/users/signup/initial |
| updateAdminCore
This updates a core system
| POST /admin/core/{CoreID}/update |
| updateApplication
This updates an application
| POST /admin/applications/{ApplicationID}/update |
| updateConfigAll
This gets the config for the cluster
| POST /admin/config |
| updateConfigSection
This gets the config for the cluster
| POST /admin/config/{ConfigSection} |
| updateConfigSectionKey
This updates the config for the cluster for a given key
| POST /admin/config/{ConfigSection}/{ConfigKey} |
| updateEnginesForResource
This API updates the specified server type-running engine
| POST /admin/resource/{ResourceID}/engine/update |
| updateOrganization
This updates a organization
| POST /admin/organization/{OrganizationID}/update |
| updatePermission
This updates a permission
| POST /admin/users/permission/{PermissionID}/update |
| updateResource
This API updates the specified resource
| POST /admin/resource/{ResourceID}/update |
| updateResourceMapping
This API updates the state of the specified resource mapping
| POST /admin/resource/{ResourceID}/mapping/{ResourceMappingID}/update |
| updateResourceMappingState
This API updates the state of the specified resource mapping state
| POST /admin/resource/{ResourceID}/mapping/{ResourceMappingID}/updatestate |
| updateResourceState
This API updates the state of the specified resource
| POST /admin/resource/{ResourceID}/updatestate |
| updateRole
This updates a role
| POST /admin/users/role/{RoleID}/update |
| updateServerType
This API updates the specified server type
| POST /admin/server_type/{ServerTypeID}/update |
| updateServerTypeEngineRunning
This API updates the specified server type-running engine
| POST /admin/server_type/{ServerTypeID}/engine/{EngineID}/update |
| updateService
This API updates a service.
| POST /admin/service/{ServiceID}/update |
| updateToken
This updates a token
| POST /admin/token/{TokenID}/update |
| updateUser
This updates a user
| POST /admin/user/{UserID}/update |
| upsertServerTypes
This API creates or updates the specified server types
| POST /admin/server_type/upsert |
| userPasswordForgot
This api will help users to reset their password when they forgot
| POST /admin/users/password/forgot |
| userPasswordReset
Helps users to reset their password
| POST /admin/users/password/reset |
| userPasswordUpdate
This api will help users to update their password
| POST /admin/users/password/update |