dcos license status

ENTERPRISE

Reviewing the cluster license status

Description

The dcos license status command retrieves the active license terms and breach information. By default, the command outputs to stdout.

Usage

  1. dcos license status [OPTIONS]

Options

NameDescription
—termsFilter the status to only print the active license terms.
—breachesFilter the status to only print the active license breaches.
—helpShow this message and exit.

Examples

  1. dcos license status
  2. {
  3. "current_timestamp": "2019-03-26T02:44:29.055698601Z",
  4. "end_timestamp": "2019-06-01T15:04:05Z",
  5. "id": "mesosphere-developer",
  6. "node_capacity": 300,
  7. "number_of_breaches": 0,
  8. "number_of_nodes": 1,
  9. "start_timestamp": "2018-12-01T15:04:05Z"
  10. }
  1. dcos license status --breaches
  2. 0

For more examples, see Licenses.

Parent command

CommandDescription
dcos licenseManage DC/OS cluster licenses.