Table Of Contents
- JSON-RPC 2.0 over WebSocket API
- API Methods
- API Events
- acme.dns.authenticator
- alert
- alertservice
- api_key
- app
- app.image
- app.registry
- auth
- certificate
- cloud_backup
- cloudsync
- cloudsync.credentials
- container
- container.device
- core
- cronjob
- directoryservices
- disk
- docker
- docker.network
- failover
- failover.disabled
- failover.reboot
- fc.fc_host
- fcport
- filesystem
- filesystem.acltemplate
- group
- initshutdownscript
- interface
- iscsi.auth
- iscsi.extent
- iscsi.initiator
- iscsi.portal
- iscsi.target
- iscsi.targetextent
- jbof
- kerberos.keytab
- kerberos.realm
- keychaincredential
- nvmet.host
- nvmet.host_subsys
- nvmet.namespace
- nvmet.port
- nvmet.port_subsys
- nvmet.subsys
- pool
- pool.dataset
- pool.scrub
- pool.snapshot
- pool.snapshottask
- privilege
- replication
- reporting
- reporting.exporters
- rsynctask
- service
- sharing.nfs
- sharing.smb
- sharing.webshare
- staticroute
- system
- system.ntpserver
- system.reboot
- tn_connect
- truecommand
- tunable
- update
- user
- vm
- vm.device
- vmware
- Jobs
- Query Methods
- Role-Based Access Control
Previous topic
Next topic
docker.state¶
Docker state events
Type: object
No Additional Properties
DockerStateChangedEvent
Type: objectNo Additional Properties
DockerStatusInfo
Type: objectEvent fields.
No Additional PropertiesDescription
Type: stringHuman-readable description of the current Docker service status.
Status
Type: enum (of string)Current state of the Docker service.
Must be one of:
- "PENDING"
- "RUNNING"
- "STOPPED"
- "INITIALIZING"
- "STOPPING"
- "UNCONFIGURED"
- "FAILED"
- "MIGRATING"
- "MIGRATION_FAILED"
Required roles: DOCKER_READ