ContainerExecResponse

The information for the container exec command.

AzureCloudContainer InstancesContainersMicrosoftServerless

Properties

Name Type Description
password string The password to start the exec command.
webSocketUri string The uri for the exec websocket.
View JSON Schema on GitHub

JSON Schema

azure-container-instances-container-exec-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-instances/refs/heads/main/json-schema/azure-container-instances-container-exec-response-schema.json",
  "title": "ContainerExecResponse",
  "description": "The information for the container exec command.",
  "type": "object",
  "properties": {
    "password": {
      "description": "The password to start the exec command.",
      "type": "string"
    },
    "webSocketUri": {
      "description": "The uri for the exec websocket.",
      "type": "string"
    }
  }
}