configpatterns status
This command checks the configuration status of specific device.
Syntax
configpatterns status -h
configpatterns status -e <server_UUIDs> [-v <filter>]
Options
- {-h | --help}
- Displays the syntax and brief usage information for this command.
- {-e | --endpoint} <server_UUID>
- Specifies the UUIDs of one or more target servers. If a target is an empty bay, specify the location ID; otherwise, specify the server UUID.
- {-v | --view} <filter>
- Identifies the view to use for the returned data. If a filter is not specified, the default view is used.
You can also create custom views (see Creating custom views).
Examples
The following example deploys a server pattern to two rack servers and immediately activates the pattern on the servers.
connect --url https://192.0.2.0 --user ADMIN --noverify
configpatterns status -e AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
Related links
Give documentation feedback