Web service

Provide access to a web service running in the container via the device's web interface.

If enabled, a Web service resource is associated with the container and tagged with the container's resource tags.

Properties

Port

The TCP port that the container listens to web requests on.

  • Data type: string
  • Configuration
  • Optional

CLI: (cli)> config compute container <key> service web port

Scheme

Define the protocol for this web access connection.

OptionLabelDescription
httpsHTTPSA secure HTTPS connection.
httpHTTPAn unencrypted HTTP connection.
  • Data type: string select
  • Default: http
  • Configuration
  • Required

CLI: (cli)> config compute container <key> service web scheme