info supported-features

Displays information about supported features for services that are installed on your cluster.

Extended description

The supported-features command provides feature information for services that are installed on your instance.

Syntax

cpd-cli info supported-features \
--profile=<cpd-profile-name> \
[--log-level=info|debug|warn|error|panic|trace] \
[--show-legend]

Arguments

The command has no arguments.

Options

Table 1: Command options
Option Description

--help

-h

Display command help.
Status
Optional.
Syntax
--help
Default value
No default.
Valid values
Not applicable.
--log-level The command log level.
Status
Optional.
Syntax
--log-level=info|debug|warn|error|panic|trace
Default value
info
Valid values
debug
Debug messages are written to the log.
trace
Trace messages are written to the log.
--profile The name of the profile that you created to store information about an instance of Cloud Pak for Data and your credentials for the instance.
Status
Required.
Syntax
--profile=<cpd-profile-name>
Default value
No default.
Valid values

The name of the profile that you created.

--show-legend Explains the column headers and defines the values from the table of supported features.
Status
Optional.
Syntax
--show-legend
Default value
false
Valid values
true|false

Examples

Displays information about supported features for services that are installed on your cluster.

cpd-cli info supported-features --profile=<cpd-profile-name> \

Example output.


############################################################################

               NON-FUNCTIONAL REQUIREMENT SUPPORT BY SERVICE

############################################################################

CLUSTER: https://<your-instance->.domain.com

+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+
| SERVICE                 | VERSION | FIPS   | HPA    | SSR    | EXPORT/IMPORT | ONLINE B&R | OFFLINE B&R | OFFLINE VOL | HTTP PROXY | INST PROVISION | INST UPGRADE |
|                         |         |        |        |        |               |            |             | SNAPSHOT    |            |                |              |
+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+
|    IBM Software Hub     |    -    |   --   |   Y    |   Y    |      --       |     Y      |      Y      |      N      |     --     |       --       |      --      |
+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+
|  Common Core Services   | 10.0.0  |   Y    |   Y    |   Y    |       Y       |     Y      |      Y      |      Y      |     Y      |      N/A       |     N/A      |
+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+
|      Data Refinery      | 10.0.0  |   Y    |   Y    |   Y    |       Y       |     Y      |      Y      |      Y      |     --     |       --       |      --      |
+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+
|  Decision Optimization  | 10.0.0  |   Y    |   Y    |   Y    |       Y       |     Y      |      Y      |      Y      |     Y      |       N        |      N       |
+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+
| Watson Machine Learning |  5.1.0  |   Y    |   Y    |   Y    |       Y       |     Y      |      Y      |      Y      |     --     |       --       |      --      |
+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+
|      Watson Studio      | 10.0.0  |   Y    |   Y    |   Y    |       Y       |     Y      |      Y      |      Y      |     Y      |      N/A       |     N/A      |
+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+

Example command with the --show-legend option.

% ./cpd-cli info supported-features --profile=<cpd-profile-name> --show-legend

Example output with the --show-legend option.




############################################################################

     NON-FUNCTIONAL REQUIREMENT SUPPORT BY SERVICE: VALUE/COLUMN LEGEND

############################################################################

+-------+----------------------------------------------------+
| VALUE | DESCRIPTION                                        |
+-------+----------------------------------------------------+
| Y     | Yes, the service supports this requirement.        |
+-------+----------------------------------------------------+
| N     | No, the service does not support this requirement. |
+-------+----------------------------------------------------+
| N/A   | This requirement does not apply to the service.    |
+-------+----------------------------------------------------+
| --    | This information is not currently available.       |
+-------+----------------------------------------------------+

+----------------------+------------------------------------------------------------------------------------------------------------------------+
| COLUMN HEADER        | DESCRIPTION                                                                                                            |
+----------------------+------------------------------------------------------------------------------------------------------------------------+
| FIPS                 | Does the service run on a FIPS-enabled cluster?                                                                        |
+----------------------+------------------------------------------------------------------------------------------------------------------------+
| HPA                  | Does the service supports automatic scaling using the Red Hat OpenShift Horizontal Pod Autoscaler?                     |
+----------------------+------------------------------------------------------------------------------------------------------------------------+
| SSR                  | Does the service support shut down and restart?                                                                        |
+----------------------+------------------------------------------------------------------------------------------------------------------------+
| EXPORT/IMPORT        | Does the service support exporting and importing data or assets using 'cpd-cli export-import'?                         |
+----------------------+------------------------------------------------------------------------------------------------------------------------+
| ONLINE B&R           | Does the service support online backup and restore using CSI snapshots?                                                |
+----------------------+------------------------------------------------------------------------------------------------------------------------+
| OFFLINE B&R          | Does the service support offline backup and restore?                                                                   |
+----------------------+------------------------------------------------------------------------------------------------------------------------+
| OFFLINE VOL SNAPSHOT | Does the service support offline backups using volume snapshots?                                                       |
+----------------------+------------------------------------------------------------------------------------------------------------------------+
| HTTP PROXY           | Does the service support the cluster HTTP proxy settings?                                                              |
+----------------------+------------------------------------------------------------------------------------------------------------------------+
| INST PROVISION       | Does the service support service instance provisioning with the cpd-cli service-instance or cpd-cli apply-cr commands? |
+----------------------+------------------------------------------------------------------------------------------------------------------------+
| INST UPGRADE         | Does the service support service instance upgrade with the cpd-cli service-instance or cpd-cli apply-cr commands?      |
+----------------------+------------------------------------------------------------------------------------------------------------------------+



############################################################################

               NON-FUNCTIONAL REQUIREMENT SUPPORT BY SERVICE

############################################################################

CLUSTER: https://<your-instance>.domain.com

+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+
| SERVICE                 | VERSION | FIPS   | HPA    | SSR    | EXPORT/IMPORT | ONLINE B&R | OFFLINE B&R | OFFLINE VOL | HTTP PROXY | INST PROVISION | INST UPGRADE |
|                         |         |        |        |        |               |            |             | SNAPSHOT    |            |                |              |
+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+
|    IBM Software Hub     |    -    |   --   |   Y    |   Y    |      --       |     Y      |      Y      |      N      |     --     |       --       |      --      |
+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+
|  Common Core Services   | 10.0.0  |   Y    |   Y    |   Y    |       Y       |     Y      |      Y      |      Y      |     Y      |      N/A       |     N/A      |
+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+
|      Data Refinery      | 10.0.0  |   Y    |   Y    |   Y    |       Y       |     Y      |      Y      |      Y      |     --     |       --       |      --      |
+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+
|  Decision Optimization  | 10.0.0  |   Y    |   Y    |   Y    |       Y       |     Y      |      Y      |      Y      |     Y      |       N        |      N       |
+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+
| Watson Machine Learning |  5.1.0  |   Y    |   Y    |   Y    |       Y       |     Y      |      Y      |      Y      |     --     |       --       |      --      |
+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+
|      Watson Studio      | 10.0.0  |   Y    |   Y    |   Y    |       Y       |     Y      |      Y      |      Y      |     Y      |      N/A       |     N/A      |
+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+
|    watsonx Assistant    |  5.1.0  |   Y    |   Y    |   Y    |       N       |     Y      |      N      |      N      |     --     |       --       |      --      |
+-------------------------+---------+--------+--------+--------+---------------+------------+-------------+-------------+------------+----------------+--------------+