Integration Server 10.15 | Added, Removed, Deprecated, or Changed Administrator APIs | Release 10.15
 
Release 10.15
Added APIs
*GET /admin/alert Retrieves a list of alerts based on supplied criteria.
*POST /admin/alert Creates (emits) an alert.
*PUT /admin/alert Marks all alerts as read for a particular notifier or all system channels.
*PUT /admin/alert/id/{id} Marks an alert as read/unread.
*GET /admin/alert/channels Retrieves all channels in Integration Server.
*GET /admin/alert/channels/{id} Retrieves a channel.
*POST /admin/alert/channels Creates a channel.
*PATCH /admin/alert/channels/{id} Updates a channel.
*DELETE /admin/alert/channels/{id} Deletes a channel.
*GET /admin/alert/count Retrieves a count of alerts based on supplied criteria.
*GET /admin/alert/notifier Retrieves all notifiers.
*POST /admin/alert/notifier Creates a notifier.
*PATCH /admin/alert/notifier/{name} Replaces a notifier.
*PUT /admin/alert/notifier/{name} Enables or disables a notifier.
*DELETE /admin/alert/notifier/{name} Deletes a notifier.
*GET /admin/alert/settings Retrieves alert settings.
*PATCH /admin/alert/settings Updates alert settings.
*GET admin/alert/severities Retrieves the list of defined severities.
*GET /admin/cluster Retrieves cluster settings and a list of cluster members.
*POST /admin/cluster Enables or disables clustering.
*PATCH /admin/cluster Updates cluster settings.
*PUT /admin/cluster Replaces cluster settings.
*POST /admin/package/{packageName} Updates a package.
*PUT /admin/package/updateHomePage Updates the home page for a custom package.
*GET /admin/project Retrieves list of projects and their metadata.
Changed APIs
*GET /admin/node/{interface}/{serviceName} Updated to get service audit configuration and logged input/output fields. Updated to get display name, favorite status, and assigned tags.
*PATCH /admin/node/{interface}/{serviceName} Updated to set service audit configuration and specify input/output fields for logging. Updated to set display name, favorite status, and tags.
*PUT /admin/port/email/{alias} Input and output payload no longer includes the useJSSE field.
*PATCH /admin/port/email/{alias} Input and output payloads no longer include the useJSSE field.
*POST /admin/port/enterprisegateway/ Input and output payloads no longer include the useJSSE field.
*GET /admin/port/enterprisegateway/{alias} Output payload no longer includes the useJSSE field.
*PUT /admin/port/enterprisegateway/{alias} Input and output payloads no longer include the useJSSE field.
*PATCH /admin/port/enterprisegateway/{alias}Input and output payloads no longer include the useJSSE field.
*GET /admin/port/ftps/{alias} Output payload no longer include the useJSSE field.
*POST /admin/port/ftps/ Input and output payloads no longer include the useJSSE field.
*POST /admin/port/ftps/{alias} Input and output payloads no longer include the useJSSE field.
*PUT /admin/port/ftps/{alias} Input and output payloads no longer include the useJSSE field.
*PATCH /admin/port/ftps/{alias} Input and output payloads no longer include the useJSSE field.
*GET admin/port/https/{alias} Output payload no longer includes the useJSSE field.
*POST /admin/port/https/{alias} Input and output payloads no longer include the useJSSE field.
*PUT /admin/port/https/{alias} Input and output payloads no longer include the useJSSE field.
*PATCH /admin/port/https/{alias} Input and output payloads no longer include the useJSSE field.
*GET /admin/port/internalserver/{alias} Output payload no longer includes the useJSSE field.
*POST /admin/port/internalserver Input and output payloads no longer include the useJSSE field.
*PUT /admin/port/internalserver/{alias} Input and output payloads no longer include the useJSSE field.
*PATCH /admin/port/internalserver/{alias} Input and output payloads no longer include the useJSSE field.
*GET /admin/port/ipaccessUpdated to obtain the name of the service that generates a global allow list or deny list of host names or IP addresses and the interval at which that service executes.
*PUT /admin/port/ipaccessUpdated to specify a service that generates a global allow list or deny list of host names or IP addresses and the interval at which that service executes.
*GET /admin/port/http/{alias}/ipaccessUpdated to obtain the name of the service that generates a global allow list or deny list of host names or IP addresses for a particular port and the interval at which that service executes.
*PUT /admin/port/http/{alias}/ipaccess Updated to specify a service that generates an allow list or deny list of host names or IP addresses for use with a particular port and the interval at which that service executes.
*GET /admin/server/notification Updated to get OAuth configuration for the SMTP server used to send email notifications.
*PATCH /admin/server/notification Updated to set the OAuth configuration for the SMTP server used to send email notifications.