Namespace that describes Activity API capabilities, which can be perceived as “segments” of Activity API functionality.
Example segments can be:
Important:
golem.activity.caps.transfer.protocol : List[String]Indicates the data transmission protocols available for TRANSFER operation on this Provider/ExeUnit.
| Value | Description | | ——- | ———————————————————————————————————— | | “http” | HTTP Protocol | | “https” | HTTPS Protocol | | “gftp” | Golem File Transfer Protocol - proprietary protocol allowing for transfer of data over the Golem P2P network |
golem.activity.caps.transfer.protocol:List=["https"] - Declares availability of HTTPS protocol for data transfergolem.activity.caps.transfer.protocol=["http","https","gftp"] - Declares availability of HTTP, HTTPS and “GFTP” protocols for file transfergolem.activity.caps.transfer.report-progress : bool [Fact]Indicates that ExeUnit is capable of sending transfer command progress events according to protocol
described here.
golem.activity.caps.deploy.report-progress : bool [Fact]Indicates that ExeUnit is capable of sending deploy command progress events according to protocol
described here.