What's new: 2024 Q1

Find out about the newest features and the latest updates in API Connect V10 Reserved.

API Connect V10 Reserved offers an individual API Connect instance that runs on an infrastructure that is managed by IBM. API Connect V10 Reserved provides a single-tenant environment at a lower cost, and with more control over your environment, than a traditional cloud-based offering.

For a list of the known limitations for API Connect V10 Reserved, see Known limitations.

What's new for Developer Portal site administrators

Updates to the custom-module and custom-theme Developer Portal commands
The custom-module:create-import and custom-theme:create-import commands now include a --wait flag to give you more control over the command completion time. Previously, the cache rebuild was automatically included as part of the task. Now, if you want to include the cache rebuild as part of the task, you must include the --wait flag. If you run the commands without the --wait flag, the cache is rebuilt in the background after the task is complete. For more information, see Using the custom-module commands and Using the custom-theme commands.

New Developer Portal queue commands
Use the queue commands to list the queued and locked platform tasks on your Developer Portal site. For more information, see Using the queue commands.

New Developer Portal user commands
The following user commands can be used to complete some Drupal user management tasks on your Developer Portal:
  • apic user:add-role - Add one or more roles to one or more specified user accounts.
  • apic user:block - Block one or more users.
  • apic user:information - Retrieve information about your users.
  • apic user:remove-role - Remove one or more roles from one or more specified user accounts.
  • apic user:unblock - Unblock one or more users.
For more information, see Using the user commands.

New Developer Portal maintenance commands
The following maintenance commands can be used to manage the maintenance operations on your Developer Portal:
  • apic maintenance:disable - Disable your maintenance operations.
  • apic maintenance:enable - Enable your maintenance operations.
  • apic maintenance:rebuild_node_access - Rebuild the node access table for your maintenance operations.
  • apic maintenance:search_api_index_rebuild - Rebuild and re-index the search API index of your maintenance operations.
  • apic maintenance:search_api_index_status - Print the search API index of your maintenance operations.
  • apic maintenance:status - Get the current mode of your maintenance operations.

For more information, see Using the maintenance commands.

New Developer Portal memcache commands
The following memcache commands can be used to manage the default caching store operations on your Developer Portal:
  • apic memcache:disable - Disable your default caching store operations and set Drupal to use database as its cache.
  • apic memcache:enable - Enable your default caching store operations and set Drupal to use RAM as its cache.
  • apic memcache:get - Get the status of your memcache enabled operations.

For more information, see Using the memcache commands.

New Developer Portal role commands
The following role commands can be used to complete some Drupal role management tasks on your Developer Portal:
  • apic role:create - Create a new user role.
  • apic role:delete - Delete an unwanted user role.
  • apic role:add-permission - Add one or more permissions to a user role.
  • apic role:remove-permission - Remove one or more permissions from a user role.
  • apic role:get - Get the details of a specific user role as well as the permissions available.
  • apic role:list - List the roles based on a specific role or permission.

For more information, see Using the role commands.