Operation | Description |
GET /admin/account/locking | Retrieves account locking settings. |
PATCH /admin/account/locking | Updates account locking settings. |
GET /admin/account/password/expiration | Retrieves password expiration settings. |
PATCH /admin/account/password/expiration | Updates password expiration settings. |
GET /admin/account/password/restriction | Retrieves password restriction settings. |
PATCH /admin/account/password/restriction | Updates password restriction settings. |
GET /admin/acl/{name} | Retrieves an access control list. |
GET /admin/acl/ | Retrieves all access control lists. |
POST /admin/acl/ | Creates an access control list. |
PATCH /admin/acl/{name} | Updates an access control list. |
PUT /admin/acl/{name} | Replaces an access control list. |
DELETE /admin/acl/{name} | Deletes an access control list. |
GET /admin/cachemanager/ | Retrieves all cache managers. |
GET /admin/cachemanager/{cacheManagerName} | Retrieves a cache manager. |
POST /admin/cachemanager/ | Creates a cache manager. |
POST /admin/cachemanager/{cacheManagerName} | Stops, starts, or restarts a cache manager. |
PATCH /admin/cachemanager/{cacheManagerName} | Updates a cache manager. |
PUT /admin/cachemanager/{cacheManagerName} | Replaces a cache manager. |
DELETE /admin/cachemanager/{cacheManagerName} | Deletes a cache manager and all caches contained in the cache manager. |
GET /admin/cachemanager/{cacheManagerName}/cache | Retrieves all caches for the requested cache manager. |
GET /admin/cachemanager/{cacheManagerName}/cache/{cacheName} | Retrieves the requested cache. |
POST /admin/cachemanager/{cacheManagerName}/cache | Creates a cache. |
PATCH /admin/cachemanager/{cacheManagerName}/cache/{cacheName} | Updates a cache. |
PUT /admin/cachemanager/{cacheManagerName}/cache/{cacheName} | Replaces a cache. |
DELETE /admin/cachemanager/{cacheManagerName}/cache/{cacheName} | Deletes a cache and discards all data in the cache. |
GET /admin/certificate/client | Retrieves all client certificate details. |
GET /admin/certificate/client/issuer/{issuer}/usage/{usage}/serialNum/{serialNum} | Retrieves details for the requested client certificate. |
GET /admin/certificate/client | Imports a client certificate. |
PATCH /admin/certificate/client/issuer/{issuer}/usage/{usage}/serialNum/{serialNum} | Updates a client certificate. |
PUT /admin/certificate/client/issuer/{issuer}/usage/{usage}/serialNum/{serialNum} | Replaces a client certificate. |
DELETE /admin/certificate/client/issuer/{issuer}/usage/{usage}/serialNum/{serialNum} | Deletes a client certificate. |
GET /admin/certificate/server | Retrieves server certificate settings. |
POST /admin/certificate/server/cache | Clears the cache of current SSL session information. |
PATCH /admin/certificate/server | Updates a server certificate. |
PUT /admin/certificate/server | Replaces a server certificate. |
GET /admin/csrfguard | Retrieves CSRF guard settings. |
GET /admin/csrfguard/token | Retrieves CSRF guard secure token. |
PATCH /admin/csrfguard | Updates CSRF guard settings |
PUT /admin/csrfguard | Replaces CSRF guard settings |
GET /admin/dashboard/config | Retrieves the Dashboard configuration. |
PATCH /admin/dashboard/config | Updates the Dashboard configuration. |
PUT /admin/dashboard/config | Replaces the Dashboard configuration. |
POST /admin/dashboard/config | Performs an administrative action on the Dashboard configuration. |
GET /admin/enterprisegateway/alertoption | Retrieves the default alert configuration. |
PATCH /admin/enterprisegateway/alertoption | Patches the default alert configuration. |
PUT /admin/enterprisegateway/alertoption | Updates the default alert configuration. |
GET /admin/enterprisegateway/dos | Retrieves rule-specific denial of service configuration. |
GET /admin/enterprisegateway/dos/deniedip | Retrieves a list of denied IP addresses. |
DELETE /admin/enterprisegateway/dos/deniedip/{IP} | Removes IP address from the denied IP address list. |
GET /admin/enterprisegateway/dos/dosbyip | Retrieves denial of service configuration by IP address. |
PATCH /admin/enterprisegateway/dos/dosbyip | Updates denial of service configuration for IP addresses. |
PUT /admin/enterprisegateway/dos/dosbyip | Replaces denial of service configuration for IP addresses. |
GET /admin/enterprisegateway/dos/globaldos | Retrieves global configuration for denial of service. |
PATCH /admin/enterprisegateway/dos/globaldos | Updates global configuration for denial of service. |
PUT /admin/enterprisegateway/dos/globaldos | Replaces global configuration for denial of service. |
GET /admin/enterprisegateway/filters | Retrieves a list of supported filters for Enterprise Gateway. |
GET /admin/enterprisegateway/mobileappprotection | Retrieves mobile application protection configuration. |
PATCH /admin/enterprisegateway/mobileappprotection | Updates mobile application protection configuration. |
PUT /admin/enterprisegateway/mobileappprotection | Replaces mobile application protection configuration. |
GET admin/enterprisegateway/rule | Retrieves Enterprise Gateway rules. |
POST /admin/enterprisegateway/rule | Creates an Enterprise Gateway rule. |
PATCH /admin/enterprisegateway/rule | Updates an Enterprise Gateway rule. |
PUT /admin/enterprisegateway/rule | Replaces an Enterprise Gateway rule. |
GET /admin/enterprisegateway/rule/alertoption/{ruleName}/ruletype/{ruleType} | Retrieves rule-specific alert configuration. |
POST /admin/enterprisegateway/rule/alertoption | Updates alert configuration for a rule |
PUT /admin/enterprisegateway/rule/alertoption | Replaces alert configuration for a rule. |
GET /admin/enterprisegateway/rule/{ruleName}/ruletype/{ruleType} | Retrieves an Enterprise Gateway rule. |
DELETE /admin/enterprisegateway/rule/{ruleName}/ruletype/{ruleType} | Deletes an Enterprise Gateway rule. |
GET /admin/enterprisegateway/rule/priority/{ruleName}/ruletype/{ruleType} | Retrieves the priority of a rule in the Enterprise Gateway rules list. |
POST /admin/enterprisegateway/rule/priority | Updates the priority of an Enterprise Gateway rule in rules list |
PUT /admin/enterprisegateway/rule/priority | Replaces the priority of a rule in the Enterprise Gateway rules list. |
GET /admin/fileaccesscontrol/ | Retrieves file access control configuration from fileAccessControl.cnf. |
PATCH /admin/fileaccesscontrol/ | Updates the file access control configuration in fileAccessControl.cnf. |
GET /admin/globalvariable | Retrieves all global variables. |
GET /admin/globalvariable/{key} | Retrieves a specific global variable. |
POST /admin/globalvariable | Creates a global variable. |
PATCH /admin/globalvariable/{key} | Updates a global variable. |
PUT /admin/globalvariable/{key} | Updates a global variable. |
DELETE /admin/globalvariable/{key} | Deletes a global variable. |
GET /admin/group/ | Retrieves all groups. |
GET /admin/group/{groupName} | Retrieves a group. |
POST /admin/group/ | Creates a group. |
PATCH /admin/group/{groupName} | Updates a group. |
PUT /admin/group/{groupName} | Replaces a group. |
DELETE /admin/group/{groupName} | Deletes a group. |
GET /admin/grpc/channel | Retrieves all gRPC channels. |
GET /admin/grpc/channel/{channelName} | Retrieves a gRPC channel. |
POST /admin/grpc/channel/{channelName} | Enables or disables a gRPC channel. |
PATCH /admin/grpc/channel/{channelName} | Updates a gRPC channel configuration. |
GET /admin/grpc/descriptor | Retrieves all gRPC provider descriptors |
GET /admin/grpc/descriptor/{providerDescriptorName} | Retrieves a gRPC provider descriptor. |
POST /admin/grpc/descriptor/{providerDescriptorName} | Enables or disables a gRPC provider descriptor. |
GET /admin/healthgauge/ | Retrieves all health indicators. |
GET /admin/healthgauge/{indicatorName} | Retrieves information about a particular health indicator. |
PATCH /admin/healthgauge/{indicatorName} | Updates a health indicator. |
POST /admin/healthgauge/{indicatorName} | Performs an administrative action on a health indicator. |
GET /admin/hotdeployment | Retrieves the hot deployment configuration. |
PATCH /admin/hotdeployment | Updates the hot deployment configuration. |
GET /admin/jdbc/function/ | Retrieves all JDBC functions. |
GET /admin/jdbc/function/{functionAliasName} | Retrieves a JDBC function. |
PATCH /admin/jdbc/function/{functionAliasName} | Updates a JDBC function. |
POST /admin/jdbc/function/{functionAliasName} | Performs administrative actions on a JDBC function |
GET /admin/jdbc/driver/ | Retrieves all JDBC driver aliases. |
POST /admin/jdbc/driver/ | Creates a JDBC driver alias. |
GET /admin/jdbc/driver/{driverAliasName} | Retrieves a JDBC driver alias. |
PATCH /admin/jdbc/driver/{driverAliasName} | Updates a JDBC driver alias. |
PUT /admin/jdbc/driver/{driverAliasName} | Replaces a JDBC driver alias. |
DELETE /admin/jdbc/driver/{driverAliasName} | Deletes a JDBC driver alias. |
GET /admin/jdbc/pool/ | Retrieves all JDBC pool aliases. |
GET /admin/jdbc/pool/{poolAliasName} | Retrieves a JDBC pool alias. |
POST /admin/jdbc/pool/ | Creates a JDBC pool alias. |
PUT /admin/jdbc/pool/{poolAliasName} | Replaces a JDBC pool alias. |
POST /admin/jdbc/pool/{poolAliasName} | Performs an administrative action on a JDBC pool alias |
PATCH /admin/jdbc/pool/{poolAliasName} | Updates a JDBC pool alias. |
DELETE /admin/jdbc/pool/{poolAliasName} | Deletes a JDBC pool alias. |
GET /admin/jms | Retrieves all JMS connection aliases. |
GET /admin/jms/{jmsAliasName} | Retrieves a specific JMS connection alias. |
POST /admin/jms | Creates a JMS connection alias. |
POST /admin/jms/{jmsAliasName} | Enables or disables a JMS connection alias. |
PATCH /admin/jms/{jmsAliasName} | Updates a JMS connection alias. |
PUT /admin/jms/{jmsAliasName} | Replaces a JMS connection alias. |
DELETE /admin/jms/{jmsAliasName} | Deletes a JMS connection alias. |
GET /admin/jmstrigger | Retrieves all JMS triggers. |
GET /admin/jmstrigger/{triggerName} | Retrieves a specific JMS trigger. |
POST /admin/jmstrigger/{triggerName} | Enables, disables, or suspends all JMS triggers, all JMS triggers of a particular type (standard or SOAP-JMS), or an individual JMS trigger. |
GET /admin/jndi | Retrieves all JNDI connection aliases. |
GET /admin/jndi/{jndiAliasName} | Retrieves information for a specific JNDI connection alias. |
POST /admin/jndi | Creates a JNDI connection alias. |
POST /admin/jndi/{jndiAliasName} | Performs an administrative action on a JNDI connection alias. |
PATCH /admin/jndi/{jndiAliasName} | Updates a JNDI connection alias. |
PUT /admin/jndi/{jndiAliasName} | Replaces a JNDI connection alias. |
DELETE /admin/jndi/{jndiAliasName} | Deletes a JNDI connection alias. |
GET /admin/jwt/globalsettings | Retrieves the JWT global settings. |
PATCH /admin/jwt/globalsettings | Updates the JWT global settings. |
GET /admin/jwt/issuer/ | Retrieves a list of all trusted issuers for JWT authentication. |
GET /admin/jwt/issuer/{issuer} | Retrieves a specific trusted issuer for JWT authentication. |
POST /admin/jwt/issuer/ | Creates a trusted issuer. |
PATCH /admin/jwt/issuer/{issuer} | Updates a trusted issuer. |
PUT /admin/jwt/issuer/{issuer} | Replaces a trusted issuer. |
DELETE /admin/jwt/issuer/{issuer} | Deletes a trusted issuer. |
DELETE /admin/jwt/issuer/{issuer}/issuerSkew | Deletes an issuer-skew mapping. |
DELETE admin/jwt/issuer/{issuer}/truststoreAlias/{truststoreAlias}/ certificateAlias/{certificateAlias} | Deletes an issuer-certificate mapping. |
GET /admin/kerberos/ | Retrieves the Kerberos configuration. |
PATCH /admin/kerberos/ | Updates the Kerberos configuration. |
GET /admin/ldap/ | Retrieves LDAP settings. |
PATCH /admin/ldap/ | Updates LDAP settings. |
GET /admin/ldap/dir/ | Retrieves all LDAP directory configurations. |
GET /admin/ldap/dir/{index} | Retrieves an LDAP directory configuration. |
POST /admin/ldap/dir/ | Creates an LDAP directory configuration. |
PATCH /admin/ldap/dir/{index} | Updates an LDAP directory configuration. |
PUT /admin/ldap/dir/{index} | Replaces an LDAP directory configuration. |
DELETE /admin/ldap/dir/{index} | Deletes an LDAP directory configuration. |
GET /admin/license/ | Retrieves license information. |
POST /admin/license/ | Updates Terracotta license file or Integration Server license key file. |
PUT /admin/license/ | Updates Terracotta license file or Integration Server license key file. |
PATCH /admin/license/ | Updates Terracotta license file or Integration Server license key file. |
GET /admin/log/{logName} | Retrieves audit logger data. |
GET /admin/logger/ | Returns a list of all audit loggers. |
GET /admin/logger/{loggerName} | Retrieves an audit logger. |
POST /admin/logger/{loggerName} | Performs an enable or disable action on an audit logger. |
PATCH /admin/logger/{loggerName} | Updates an audit logger configuration. |
PUT /admin/logger/{loggerName} | Replaces an audit logger configuration. |
GET /admin/logger/server | Retrieves all the top-level components for which the server logger can be configured. |
GET /admin/logger/server/{component} | Retrieves the server logger facility codes and logging levels for a particular component. |
GET /admin/logger/server/{component}/{facilityCode} | Retrieves the logging level for a top-level component and the logging levels for all the facilities in the component. |
PATCH /admin/logger/server | Updates Default logging level for Integration Server. |
PATCH /admin/logger/server/{component} | Updates the default logging level for a top-level component. |
PATCH /admin/logger/server/{component}/{facilityCode} | Updates the logging level for a facility code in a component. |
GET /admin/messaging | Retrieves all webMethods messaging connection aliases. |
GET /admin/messaging/{aliasName} | Retrieves a specific webMethods messaging connection alias. |
POST /admin/messaging/ | Creates a webMethods messaging connection alias. |
POST /admin/messaging/{aliasName} | Enables or disables a webMethods messaging connection alias or sets an alias as the default webMethods messaging connection alias. |
PATCH /admin/messaging/{aliasName} | Updates a webMethods messaging connection alias. |
PUT /admin/messaging/{aliasName} | Replaces a webMethods messaging connection alias. |
DELETE /admin/messaging/{aliasName} | Deletes a webMethods messaging connection alias. |
GET /admin/messagingtrigger | Retrieves all webMethods messaging triggers. |
GET /admin/messagingtrigger/{triggerName} | Retrieves a particular webMethods messaging trigger. |
POST /admin/messagingtrigger/{triggerName} | Activates or suspends message retrieval and/or message processing for a webMethods messaging trigger. Set triggerName to "all" to affect all webMethods messaging triggers |
GET /admin/mqtt | Retrieves all MQTT connection aliases. |
GET /admin/mqtt/{connectionAliasName} | Retrieves an MQTT connection alias. |
POST /admin/mqtt/ | Creates an MQTT connection alias. |
POST /admin/mqtt/{connectionAliasName} | Performs administrative actions (enable or disable) on an MQTT connection alias. |
PATCH /admin/mqtt/{connectionAliasName} | Updates an MQTT connection alias. |
PUT /admin/mqtt/{connectionAliasName} | Replaces an MQTT connection alias. |
DELETE /admin/mqtt/{connectionAliasName} | Deletes an MQTT connection alias. |
GET /admin/mqtttrigger | Retrieves all MQTT triggers. |
GET /admin/mqtttrigger/{triggerName} | Retrieves a specific MQTT trigger. |
POST /admin/mqtttrigger/{triggerName} | Enables, disables, or suspends all or a specific MQTT trigger. |
GET /admin/oauth/client | Retrieves all the registered OAuth clients. |
GET /admin/oauth/client/{clientId} | Retrieves the information for an OAuth client with the specified client id. |
GET /admin/oauth/client/{name}/version/{version} | Retrieves the information for an OAuth client with the specified client name and version. |
POST /admin/oauth/client | Creates an OAuth client. |
PATCH /admin/oauth/client/{clientId} | Updates the client information for an OAuth client with the specified client id. |
PUT /admin/oauth/client/{clientId} | Replaces the client information for an OAuth client with the specified client id. |
DELETE /admin/oauth/client/{clientId} | Deletes an OAuth client. |
GET /admin/oauth/externalserver | Retrieves all external authorization servers. |
GET /admin/oauth/externalserver/{name} | Retrieves an external authorization server. |
POST /admin/oauth/externalserver/ | Creates an external authorization server. |
PATCH /admin/oauth/externalserver/{name} | Updates an external authorization server. |
PUT /admin/oauth/externalserver/{name} | Replaces an external authorization server. |
DELETE /admin/oauth/externalserver/{name} | Deletes an external authorization server. |
GET /admin/oauth/globalsetting | Retrieves the global OAuth settings. |
PATCH /admin/oauth/globalsetting/ | Updates the global OAuth settings. |
PUT /admin/oauth/globalsetting/ | Replaces the global OAuth settings. |
GET /admin/oauth/scope | Retrieves a list of scopes. |
GET /admin/oauth/scope/{name} | Retrieves a scope. |
POST /admin/oauth/scope | Creates a scope. |
PATCH /admin/oauth/scope/{name} | Updates a scope. |
PUT /admin/oauth/scope/{name} | Replaces a scope. |
DELETE /admin/oauth/scope/{name} | Deletes a scope. |
GET /admin/oauth/token | Retrieves a list of active access and refresh tokens. |
GET /admin/oauth/token/accesstoken/{accessTokenId} | Retrieves an access token. |
GET /admin/oauth/token/refreshtoken/{refreshTokenId} | Retrieves a refresh token. |
DELETE /admin/oauth/token/accesstoken/{accessTokenId} | Deletes an access token. |
DELETE /admin/oauth/token/refreshtoken/{refreshTokenId} | Deletes a refresh token. |
PUT /admin/outboundPassword/masterPassword | Updates the master password. |
POST /admin/outboundPassword/masterPassword/reset | Resets all stored passwords, including stored outbound passwords and the master password. |
GET /admin/outboundPassword/masterPassword/expiration | Retrieves the master password expiration properties. |
PUT /admin/outboundPassword/masterPassword/expiration | Updates the master password expiration interval. |
GET /admin/package | Retrieves all packages. |
GET /admin/package/{packageName} | Gets package information for a particular package. |
POST /admin/package/{packageName} | Performs an administrative action on an installed package where the action can be: disable, enable, reload, activate, archive, or recover. |
DELETE /admin/package/{packageName} | Deletes a package. |
GET /admin/port | Retrieves all ports for Integration Server or for a package. This operation does not support the expand parameter. |
GET /admin/port/diagnostic | Retrieves a link to the diagnostic port for Integration Server. |
GET /admin/port/primary | Retrieves a link to the primary port for Integration Server. |
POST /admin/port | Sets the primary port for Integration Server. |
GET /admin/port/ipaccess | Retrieves the global IP access settings. |
PUT /admin/port/ipaccess | Replaces the global IP access settings. |
GET /admin/port/email | Retrieves all email ports. |
GET /admin/port/email/{alias} | Retrieves an email port. |
POST /admin/port/email | Creates an email port. |
POST /admin/port/email/{alias} | Enables or disables an email port. |
PATCH /admin/port/email/{alias} | Updates an email port. |
PUT /admin/port/email/{alias} | Replaces an email port. |
DELETE /admin/port/email/{alias} | Deletes an email port. |
GET /admin/port/email/{alias}/ipaccess | Retrieves the IP access settings for an email port. |
PUT /admin/port/email/{alias}/ipaccess | Replaces the IP access settings for an email port. |
DELETE /admin/port/email/{alias}/ipaccess | Deletes the IP access settings for an email port. Once deleted, the port will use the global IP access settings. |
GET /admin/port/email/{alias}/resourceaccess | Retrieves the resource access settings for an email port. |
PUT /admin/port/email/{alias}/resourceaccess | Replaces the resource access settings for an email port. |
GET /admin/port/enterprisegateway | Retrieves all Enterprise Gateway ports. |
GET /admin/port/enterprisegateway/{alias} | Retrieves an Enterprise Gateway port. |
POST /admin/port/enterprisegateway/ | Creates an Enterprise Gateway port. |
POST /admin/port/enterprisegateway/{alias} | Enables or disables an Enterprise Gateway port. |
PATCH /admin/port/enterprisegateway/{alias} | Updates an Enterprise Gateway port. |
PUT /admin/port/enterprisegateway/{alias} | Replaces an Enterprise Gateway port. |
DELETE /admin/port/enterprisegateway/{alias} | Deletes an Enterprise Gateway port. |
GET /admin/port/enterprisegateway/{alias}/ipaccess | Retrieves the IP access settings for an Enterprise Gateway port. |
PUT /admin/port/enterprisegateway/{alias}/ipaccess | Replaces the IP access settings for an Enterprise Gateway port. |
GET /admin/port/ftp/ | Retrieves all FTP ports. |
GET /admin/port/ftp/{alias} | Retrieves an FTP port. |
POST /admin/port/ftp/ | Creates an FTP port. |
POST /admin/port/ftp/{alias} | Enables or disables an FTP port. |
PATCH /admin/port/ftp/{alias} | Updates an FTP port. |
PUT /admin/port/ftp/{alias} | Replaces an FTP port. |
DELETE /admin/port/ftp/{alias} | Deletes an FTP port. |
GET /admin/port/ftp/{alias}/ipaccess | Retrieves the IP access settings for an FTP port. |
PUT /admin/port/ftp/{alias}/ipaccess | Replaces the IP access settings for an FTP port. |
DELETE /admin/port/ftp/{alias}/ipaccess | Deletes the IP access settings for an FTP port. Once deleted, the port will use the global IP access settings. |
GET /admin/port/ftp/{alias}/resourceaccess | Retrieves the resource access settings for an FTP port. |
PUT /admin/port/ftp/{alias}/resourceaccess | Replaces the resource access settings for an FTP port. |
GET /admin/port/ftps/ | Retrieves all FTPS ports. |
GET /admin/port/ftps/{alias} | Retrieves an FTPS port. |
POST /admin/port/ftps/ | Creates an FTPS port. |
POST /admin/port/ftps/{alias} | Enables or disables an FTPS port. |
PATCH /admin/port/ftps/{alias} | Updates an FTPS port. |
PUT /admin/port/ftps/{alias} | Replaces an FTPS port. |
DELETE /admin/port/ftps/{alias} | Deletes an FTPS port. |
GET /admin/port/http/ | Retrieves all HTTP ports. |
GET /admin/port/http/{alias} | Retrieves an HTTP port. |
POST /admin/port/http/ | Creates an HTTP port. |
PATCH /admin/port/http/{alias} | Updates an HTTP port. |
PUT /admin/port/http/{alias} | Replaces an HTTP port. |
DELETE /admin/port/http/{alias} | Deletes an HTTP port. |
POST /admin/port/http/{alias} | Enables, disables, suspends, or resumes an HTTP port. |
GET /admin/port/http/{alias}/ipaccess | Retrieves the IP access settings for an HTTP port. |
PUT /admin/port/http/{alias}/ipaccess | Replaces the IP access settings for an HTTP port. |
DELETE /admin/port/http/{alias}/ipaccess | Deletes the IP access settings for an HTTP port. Once deleted, the port will use the global IP access settings. |
GET /admin/port/http/{alias}/resourceaccess | Retrieves the resource access settings for an HTTP port. |
PUT /admin/port/http/{alias}/resourceaccess | Replaces the resource access settings for an HTTP port. |
GET /admin/port/https/ | Retrieves all HTTPS ports. |
GET /admin/port/https/{alias} | Retrieves an HTTPS port. |
POST /admin/port/https/ | Creates an HTTPS port. |
PATCH /admin/port/https/{alias} | Updates an HTTPS port. |
PUT /admin/port/https/{alias} | Replaces an HTTPS port. |
DELETE /admin/port/https/{alias} | Deletes an HTTPS port. |
POST /admin/port/https/{alias} | Enables, disables, suspends, or resumes an HTTPS port. |
GET /admin/port/https/{alias}/ipaccess | Retrieves the IP access settings for an HTTPS port. |
PUT /admin/port/https/{alias}/ipaccess | Replaces the IP access settings for an HTTPS port. |
DELETE /admin/port/https/{alias}/ipaccess | Deletes the IP access settings for an HTTPS port. Once deleted, the port will use the global IP access settings. |
GET /admin/port/https/{alias}/resourceaccess | Retrieves the resource access settings for an HTTPS port. |
PUT admin/port/https/{alias}/resourceaccess | Replaces the resource access settings for an HTTPS port. |
GET /admin/port/internalserver/ | Retrieves all Internal Server ports. |
GET /admin/port/internalserver/{alias} | Retrieves an Internal Server port. |
POST /admin/port/internalserver | Creates an Internal Server port. |
POST /admin/port/internalserver/{alias} | Enables or disables an Internal Server port. |
PATCH /admin/port/internalserver/{alias} | Updates an Internal Server port. |
PUT /admin/port/internalserver/{alias} | Replaces an Internal Server port. |
DELETE /admin/port/internalserver/{alias} | Deletes an Internal Server port. |
GET /admin/port/internalserver/{alias}/resourceaccess | Retrieves the resource access settings for an Internal Server port. |
PUT /admin/port/internalserver/{alias}/resourceaccess | Replaces the resource access settings for an Internal Server port. |
GET /admin/port/websocket | Retrieves all WebSocket and WebSocketSecure ports. |
GET /admin/port/websocket/{alias} | Retrieves a WebSocket or WebSocketSecure port. |
POST /admin/port/websocket | Creates a WebSocket or WebSocketSecure port. |
POST /admin/port/websocket/{alias} | Enables or disables a WebSocket or WebSocketSecure port. |
PATCH /admin/port/websocket/{alias} | Updates a WebSocket or WebSocketSecure port. |
PUT /admin/port/websocket/{alias} | Replaces a WebSocket or WebSocketSecure port. |
DELETE /admin/port/websocket/{alias} | Deletes a WebSocket or WebSocketSecure port. |
GET /admin/port/websocket/{alias}/ipaccess | Retrieves the IP access settings for a WebSocket or WebSocketSecure port. |
PUT /admin/port/websocket/{alias}/ipaccess | Replaces the IP access settings for a WebSocket or WebSocketSecure port. |
DELETE /admin/port/websocket/{alias}/ipaccess | Deletes the IP access settings for a WebSocket or WebSocketSecure port. Once deleted, the port will use the global IP access settings. |
GET /admin/port/websocket/{alias}/resourceaccess | Retrieves the resource access settings for a WebSocket or WebSocketSecure port |
PUT /admin/port/websocket/{alias}/resourceaccess | Replaces the resource access settings for a WebSocket or WebSocketSecure port. |
GET /admin/proxy/ | Retrieves all proxy server aliases. |
GET /admin/proxy/{proxyAlias} | Retrieves a proxy server alias. |
POST /admin/proxy/ | Creates a proxy server alias. |
POST /admin/proxy/{proxyAlias}} | Performs administrative actions on a proxy server alias. |
PATCH /admin/proxy/{proxyAlias} | Updates a proxy server alias. |
PUT /admin/proxy/{proxyAlias} | Replaces a proxy server alias. |
DELETE /admin/proxy/{proxyAlias} | Deletes a proxy server alias. |
GET /admin/quiesce | Retrieves the current server mode (active or quiesce) and the quiesce port. |
POST /admin/quiesce | Enters the Integration Server into quiesce mode from active mode or exits it from quiesce mode to active mode. |
POST /admin/quiesce/port | Sets the specified port as the quiesce port. |
GET /admin/saml | Retrieves all SAML token issuers. |
GET /admin/saml/{issuer} | Retrieves the requested SAML token issuer. |
POST /admin/saml/ | Creates a SAML token issuer. |
PUT /admin/saml/{current_issuer} | Replaces the SAML token issuer where current_issuer is the name of the token issuer before the replacement operation. |
PATCH /admin/saml/{current_issuer} | Updates the SAML token issuer where current_issuer is the name of the token issuer before the update. |
DELETE /admin/saml/{issuer} | Deletes the SAML token issuer. |
GET /admin/scheduledtask/ | Retrieves all scheduled user tasks. |
GET /admin/scheduledtask/{taskId} | Retrieves a scheduled user task. |
POST /admin/scheduledtask/ | Creates a scheduled task. |
POST /admin/scheduledtask/{taskId} | Suspends, wakes up, or cancels a scheduled task. |
PATCH /admin/scheduledtask/{taskId} | Updates a scheduled task |
PUT /admin/scheduledtask/{taskId} | Replaces a scheduled task. |
DELETE admin/scheduledtask/{taskId} | Deletes a scheduled task. |
GET /admin/scheduler | Retrieves the current scheduler state (running or paused) and a list of scheduled tasks. |
POST /admin/scheduler | Resumes or pauses scheduler. |
GET /admin/server | Retrieves information about Integration Server. |
POST /admin/server | Performs administrative actions on Integration Server where the action can be: stop, restart, restartQuiesce, quiesce, exitQuiesce. |
GET /admin/server/diagnostics | Returns a diagnostic archive as a ZIP attachment. |
GET /admin/server/httpout | Retrieves outbound HTTP settings. |
PATCH /admin/server/httpout | Updates outbound HTTP settings. |
GET /admin/server/memory | Retrieves available memory information for Integration Server. |
GET /admin/server/notification | Retrieves email notification settings. |
PATCH /admin/server/notification | Updates email notification settings. |
GET /admin/server/session | Retrieves the session settings. |
PATCH /admin/server/session | Updates the session settings. |
GET /admin/server/setting | Retrieves values for all extended settings in Integration Server. |
GET /admin/server/setting/{settingName} | Retrieves the value of a specific extended setting. |
POST /admin/server/setting | Resets specified extended settings to their default values. |
PATCH /admin/server/setting/{settingName} | Updates an extended setting. |
PATCH /admin/server/setting/ | Updates multiple extended settings |
PUT /admin/server/setting/ | Updates multiple extended settings |
GET /admin/server/sso | Retrieves the MWS single sign-on setting. |
PATCH /admin/server/sso | Updates the MWS single sign-on setting. |
GET /admin/server/threadpool | Retrieves server thread pool settings. |
PATCH /admin/server/threadpool | Updates server thread pool settings. |
GET /admin/server/updates | Retrieves information about fixes installed on Integration Server. |
GET /admin/sftpserver | Retrieves all SFTP server aliases. |
GET /admin/sftpserver/{alias} | Retrieves a specific SFTP server alias. |
POST /admin/sftpserver | Creates an SFTP server alias. |
PATCH /admin/sftpserver/{alias} | Updates an SFTP server alias. |
PUT /admin/sftpserver/{alias} | Replaces an SFTP server alias. |
DELETE /admin/sftpserver/{alias} | Deletes an SFTP server alias. |
GET /admin/sftpuser | Retrieves all SFTP user aliases. |
GET /admin/sftpuser/{alias} | Retrieves a specific SFTP user alias. |
POST /admin/sftpuser | Creates an SFTP user alias. |
PATCH /admin/sftpuser/{alias} | Updates an SFTP user alias. |
PUT /admin/sftpuser/{alias} | Replaces an SFTP user alias. |
DELETE /admin/sftpuser/{alias} | Deletes an SFTP user alias. |
GET /admin/swagger/{productName} | Retrieves the Swagger document for a product's API. |
GET /admin/swagger | Retrieves the Swagger documents for all administrative APIs in Integration Server. If Integration Server is the only installed product with an Administrator API, the Integration Server's Swagger document is returned (same as GET /admin/swagger/integrationServer). |
GET /admin/user/ | Retrieves all user accounts. |
GET /admin/user/{username} | Retrieves a user account. |
POST /admin/user/ | Creates a user account. |
POST /admin/user/{username} | Enables or disables a user account. |
PATCH /admin/user/{username} | Updates a user account. |
PUT /admin/user/{username} | Replaces a user account. |
DELETE /admin/user/{username} | Deletes a user account. |
GET admin/urlalias | Retrieves all URL aliases. |
GET /admin/urlalias/{urlAliasName} | Retrieves the requested URL alias. |
POST /admin/urlalias/ | Creates a URL alias. |
PATCH /admin/urlalias/{urlAliasName} | Updates a URL alias. |
PUT /admin/urlalias/{urlAliasName} | Replaces a URL alias. |
DELETE /admin/urlalias/{urlAliasName} | Deletes a URL alias. |