Channel Revision Published Runs on
latest/beta 94 29 Sep 2025
Ubuntu 22.04
latest/beta 93 29 Sep 2025
Ubuntu 22.04
latest/beta 92 29 Sep 2025
Ubuntu 22.04
latest/beta 91 29 Sep 2025
Ubuntu 22.04
juju deploy any-charm --channel beta
Show information

Platform:

Ubuntu
22.04

Learn about actions >

  • get-relation-data

    Get relation data that are currently attached to this charm.

  • rpc

    Invoke any method of the AnyCharm that the return value and arguments can be encoded in JSON. The AnyCharm can be extended with any method using the src-overwrite config.

    Params
    • args string

      A json encoded args list that will be used in the method invocation.

    • kwargs string

      A json encoded kwargs map that will be used in the method invocation.

    • method string