SHOW SERVICE INSTANCES IN SERVICE and SHOW SERVICE CONTAINERS IN SERVICE commands: New columns in output (Preview)¶
Attention
This behavior change is in the 2025_02 bundle.
For the current status of the bundle, refer to Bundle History.
When this behavior change bundle is enabled, the output of the SHOW SERVICE INSTANCES IN SERVICE command includes the following new columns:
Column name |
Description |
---|---|
SERVICE_STATUS |
One of the following values, which indicates the current status of the service:
Note that the value in this column is the same as the |
The output of the SHOW SERVICE CONTAINERS IN SERVICE command includes the following new columns:
Column name |
Description |
---|---|
SERVICE_STATUS |
One of the following values, which indicates the current status of the service:
Note that the value in this column is the same as the |
INSTANCE_STATUS |
One of the following values, which indicates the current status of the service instance:
Note that for a given service instance, as identified by the |
Also, note the following changes in the rows returned by these commands:
During a service suspension:
- Before the change:
When you suspend a service, the output of the SHOW SERVICE INSTANCES IN SERVICE and SHOW SERVICE CONTAINERS IN SERVICE commands do not include the service being suspended.
- After the change:
The output includes the service being suspended. In the row for this service, the
service_status
column has the valueSUSPENDING
and theinstance_status
column has the valueTERMINATING
.
After a service suspension:
- Before the change:
The output of the SHOW SERVICE INSTANCES IN SERVICE and SHOW SERVICE CONTAINERS IN SERVICE commands do not include suspended service.
- After the change:
The output includes a single row with the value
SUSPENDED
in theservice_status
and NULL in all other columns.
During a service upgrade:
- Before the change:
The output of the SHOW SERVICE CONTAINERS IN SERVICE command included containers being shut down (containers that would to be restarted with a new image). For these containers, the value in the
status
column isREADY
.The output of the SHOW SERVICE INSTANCES IN SERVICE command includes service instances with
TERMINATING
in thestatus
column. This information is not included in the output of the SHOW SERVICE CONTAINERS IN SERVICE command.
- After the change:
The output of the SHOW SERVICE CONTAINERS IN SERVICE command includes instances being shut down. These rows have the value
TERMINATING
in theinstance_status
andstatus
columns.
Ref: 1915