azure-native.network.getPacketCapture
Explore with Pulumi AI
Gets a packet capture session by name.
Uses Azure REST API version 2024-05-01.
Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native network [ApiVersion]
. See the version guide for details.
Using getPacketCapture
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPacketCapture(args: GetPacketCaptureArgs, opts?: InvokeOptions): Promise<GetPacketCaptureResult>
function getPacketCaptureOutput(args: GetPacketCaptureOutputArgs, opts?: InvokeOptions): Output<GetPacketCaptureResult>
def get_packet_capture(network_watcher_name: Optional[str] = None,
packet_capture_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPacketCaptureResult
def get_packet_capture_output(network_watcher_name: Optional[pulumi.Input[str]] = None,
packet_capture_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPacketCaptureResult]
func LookupPacketCapture(ctx *Context, args *LookupPacketCaptureArgs, opts ...InvokeOption) (*LookupPacketCaptureResult, error)
func LookupPacketCaptureOutput(ctx *Context, args *LookupPacketCaptureOutputArgs, opts ...InvokeOption) LookupPacketCaptureResultOutput
> Note: This function is named LookupPacketCapture
in the Go SDK.
public static class GetPacketCapture
{
public static Task<GetPacketCaptureResult> InvokeAsync(GetPacketCaptureArgs args, InvokeOptions? opts = null)
public static Output<GetPacketCaptureResult> Invoke(GetPacketCaptureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPacketCaptureResult> getPacketCapture(GetPacketCaptureArgs args, InvokeOptions options)
public static Output<GetPacketCaptureResult> getPacketCapture(GetPacketCaptureArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:network:getPacketCapture
arguments:
# arguments dictionary
The following arguments are supported:
- Network
Watcher stringName - The name of the network watcher.
- Packet
Capture stringName - The name of the packet capture session.
- Resource
Group stringName - The name of the resource group.
- Network
Watcher stringName - The name of the network watcher.
- Packet
Capture stringName - The name of the packet capture session.
- Resource
Group stringName - The name of the resource group.
- network
Watcher StringName - The name of the network watcher.
- packet
Capture StringName - The name of the packet capture session.
- resource
Group StringName - The name of the resource group.
- network
Watcher stringName - The name of the network watcher.
- packet
Capture stringName - The name of the packet capture session.
- resource
Group stringName - The name of the resource group.
- network_
watcher_ strname - The name of the network watcher.
- packet_
capture_ strname - The name of the packet capture session.
- resource_
group_ strname - The name of the resource group.
- network
Watcher StringName - The name of the network watcher.
- packet
Capture StringName - The name of the packet capture session.
- resource
Group StringName - The name of the resource group.
getPacketCapture Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Id string
- ID of the packet capture operation.
- Name string
- Name of the packet capture session.
- Provisioning
State string - The provisioning state of the packet capture session.
- Storage
Location Pulumi.Azure Native. Network. Outputs. Packet Capture Storage Location Response - The storage location for a packet capture session.
- Target string
- The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.
- Bytes
To doubleCapture Per Packet - Number of bytes captured per packet, the remaining bytes are truncated.
- Capture
Settings Pulumi.Azure Native. Network. Outputs. Packet Capture Settings Response - The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.
- Continuous
Capture bool - This continuous capture is a nullable boolean, which can hold 'null', 'true' or 'false' value. If we do not pass this parameter, it would be consider as 'null', default value is 'null'.
- Filters
List<Pulumi.
Azure Native. Network. Outputs. Packet Capture Filter Response> - A list of packet capture filters.
- Scope
Pulumi.
Azure Native. Network. Outputs. Packet Capture Machine Scope Response - A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.
- Target
Type string - Target type of the resource provided.
- Time
Limit intIn Seconds - Maximum duration of the capture session in seconds.
- Total
Bytes doublePer Session - Maximum size of the capture output.
- Azure
Api stringVersion - The Azure API version of the resource.
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Id string
- ID of the packet capture operation.
- Name string
- Name of the packet capture session.
- Provisioning
State string - The provisioning state of the packet capture session.
- Storage
Location PacketCapture Storage Location Response - The storage location for a packet capture session.
- Target string
- The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.
- Bytes
To float64Capture Per Packet - Number of bytes captured per packet, the remaining bytes are truncated.
- Capture
Settings PacketCapture Settings Response - The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.
- Continuous
Capture bool - This continuous capture is a nullable boolean, which can hold 'null', 'true' or 'false' value. If we do not pass this parameter, it would be consider as 'null', default value is 'null'.
- Filters
[]Packet
Capture Filter Response - A list of packet capture filters.
- Scope
Packet
Capture Machine Scope Response - A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.
- Target
Type string - Target type of the resource provided.
- Time
Limit intIn Seconds - Maximum duration of the capture session in seconds.
- Total
Bytes float64Per Session - Maximum size of the capture output.
- azure
Api StringVersion - The Azure API version of the resource.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- id String
- ID of the packet capture operation.
- name String
- Name of the packet capture session.
- provisioning
State String - The provisioning state of the packet capture session.
- storage
Location PacketCapture Storage Location Response - The storage location for a packet capture session.
- target String
- The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.
- bytes
To DoubleCapture Per Packet - Number of bytes captured per packet, the remaining bytes are truncated.
- capture
Settings PacketCapture Settings Response - The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.
- continuous
Capture Boolean - This continuous capture is a nullable boolean, which can hold 'null', 'true' or 'false' value. If we do not pass this parameter, it would be consider as 'null', default value is 'null'.
- filters
List<Packet
Capture Filter Response> - A list of packet capture filters.
- scope
Packet
Capture Machine Scope Response - A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.
- target
Type String - Target type of the resource provided.
- time
Limit IntegerIn Seconds - Maximum duration of the capture session in seconds.
- total
Bytes DoublePer Session - Maximum size of the capture output.
- azure
Api stringVersion - The Azure API version of the resource.
- etag string
- A unique read-only string that changes whenever the resource is updated.
- id string
- ID of the packet capture operation.
- name string
- Name of the packet capture session.
- provisioning
State string - The provisioning state of the packet capture session.
- storage
Location PacketCapture Storage Location Response - The storage location for a packet capture session.
- target string
- The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.
- bytes
To numberCapture Per Packet - Number of bytes captured per packet, the remaining bytes are truncated.
- capture
Settings PacketCapture Settings Response - The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.
- continuous
Capture boolean - This continuous capture is a nullable boolean, which can hold 'null', 'true' or 'false' value. If we do not pass this parameter, it would be consider as 'null', default value is 'null'.
- filters
Packet
Capture Filter Response[] - A list of packet capture filters.
- scope
Packet
Capture Machine Scope Response - A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.
- target
Type string - Target type of the resource provided.
- time
Limit numberIn Seconds - Maximum duration of the capture session in seconds.
- total
Bytes numberPer Session - Maximum size of the capture output.
- azure_
api_ strversion - The Azure API version of the resource.
- etag str
- A unique read-only string that changes whenever the resource is updated.
- id str
- ID of the packet capture operation.
- name str
- Name of the packet capture session.
- provisioning_
state str - The provisioning state of the packet capture session.
- storage_
location PacketCapture Storage Location Response - The storage location for a packet capture session.
- target str
- The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.
- bytes_
to_ floatcapture_ per_ packet - Number of bytes captured per packet, the remaining bytes are truncated.
- capture_
settings PacketCapture Settings Response - The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.
- continuous_
capture bool - This continuous capture is a nullable boolean, which can hold 'null', 'true' or 'false' value. If we do not pass this parameter, it would be consider as 'null', default value is 'null'.
- filters
Sequence[Packet
Capture Filter Response] - A list of packet capture filters.
- scope
Packet
Capture Machine Scope Response - A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.
- target_
type str - Target type of the resource provided.
- time_
limit_ intin_ seconds - Maximum duration of the capture session in seconds.
- total_
bytes_ floatper_ session - Maximum size of the capture output.
- azure
Api StringVersion - The Azure API version of the resource.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- id String
- ID of the packet capture operation.
- name String
- Name of the packet capture session.
- provisioning
State String - The provisioning state of the packet capture session.
- storage
Location Property Map - The storage location for a packet capture session.
- target String
- The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.
- bytes
To NumberCapture Per Packet - Number of bytes captured per packet, the remaining bytes are truncated.
- capture
Settings Property Map - The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.
- continuous
Capture Boolean - This continuous capture is a nullable boolean, which can hold 'null', 'true' or 'false' value. If we do not pass this parameter, it would be consider as 'null', default value is 'null'.
- filters List<Property Map>
- A list of packet capture filters.
- scope Property Map
- A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.
- target
Type String - Target type of the resource provided.
- time
Limit NumberIn Seconds - Maximum duration of the capture session in seconds.
- total
Bytes NumberPer Session - Maximum size of the capture output.
Supporting Types
PacketCaptureFilterResponse
- Local
IPAddress string - Local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5"? for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- Local
Port string - Local port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- Protocol string
- Protocol to be filtered on.
- Remote
IPAddress string - Local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- Remote
Port string - Remote port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- Local
IPAddress string - Local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5"? for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- Local
Port string - Local port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- Protocol string
- Protocol to be filtered on.
- Remote
IPAddress string - Local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- Remote
Port string - Remote port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- local
IPAddress String - Local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5"? for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- local
Port String - Local port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- protocol String
- Protocol to be filtered on.
- remote
IPAddress String - Local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- remote
Port String - Remote port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- local
IPAddress string - Local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5"? for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- local
Port string - Local port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- protocol string
- Protocol to be filtered on.
- remote
IPAddress string - Local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- remote
Port string - Remote port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- local_
ip_ straddress - Local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5"? for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- local_
port str - Local port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- protocol str
- Protocol to be filtered on.
- remote_
ip_ straddress - Local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- remote_
port str - Remote port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- local
IPAddress String - Local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5"? for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- local
Port String - Local port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- protocol String
- Protocol to be filtered on.
- remote
IPAddress String - Local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
- remote
Port String - Remote port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.
PacketCaptureMachineScopeResponse
PacketCaptureSettingsResponse
- File
Count int - Number of file count. Default value of count is 10 and maximum number is 10000.
- File
Size doubleIn Bytes - Number of bytes captured per packet. Default value in bytes 104857600 (100MB) and maximum in bytes 4294967295 (4GB).
- Session
Time intLimit In Seconds - Maximum duration of the capture session in seconds is 604800s (7 days) for a file. Default value in second 86400s (1 day).
- File
Count int - Number of file count. Default value of count is 10 and maximum number is 10000.
- File
Size float64In Bytes - Number of bytes captured per packet. Default value in bytes 104857600 (100MB) and maximum in bytes 4294967295 (4GB).
- Session
Time intLimit In Seconds - Maximum duration of the capture session in seconds is 604800s (7 days) for a file. Default value in second 86400s (1 day).
- file
Count Integer - Number of file count. Default value of count is 10 and maximum number is 10000.
- file
Size DoubleIn Bytes - Number of bytes captured per packet. Default value in bytes 104857600 (100MB) and maximum in bytes 4294967295 (4GB).
- session
Time IntegerLimit In Seconds - Maximum duration of the capture session in seconds is 604800s (7 days) for a file. Default value in second 86400s (1 day).
- file
Count number - Number of file count. Default value of count is 10 and maximum number is 10000.
- file
Size numberIn Bytes - Number of bytes captured per packet. Default value in bytes 104857600 (100MB) and maximum in bytes 4294967295 (4GB).
- session
Time numberLimit In Seconds - Maximum duration of the capture session in seconds is 604800s (7 days) for a file. Default value in second 86400s (1 day).
- file_
count int - Number of file count. Default value of count is 10 and maximum number is 10000.
- file_
size_ floatin_ bytes - Number of bytes captured per packet. Default value in bytes 104857600 (100MB) and maximum in bytes 4294967295 (4GB).
- session_
time_ intlimit_ in_ seconds - Maximum duration of the capture session in seconds is 604800s (7 days) for a file. Default value in second 86400s (1 day).
- file
Count Number - Number of file count. Default value of count is 10 and maximum number is 10000.
- file
Size NumberIn Bytes - Number of bytes captured per packet. Default value in bytes 104857600 (100MB) and maximum in bytes 4294967295 (4GB).
- session
Time NumberLimit In Seconds - Maximum duration of the capture session in seconds is 604800s (7 days) for a file. Default value in second 86400s (1 day).
PacketCaptureStorageLocationResponse
- File
Path string - This path is invalid if 'Continuous Capture' is provided with 'true' or 'false'. A valid local path on the targeting VM. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures. Required if no storage ID is provided, otherwise optional.
- Local
Path string - This path is valid if 'Continuous Capture' is provided with 'true' or 'false' and required if no storage ID is provided, otherwise optional. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures.
- Storage
Id string - The ID of the storage account to save the packet capture session. Required if no localPath or filePath is provided.
- Storage
Path string - The URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture.
- File
Path string - This path is invalid if 'Continuous Capture' is provided with 'true' or 'false'. A valid local path on the targeting VM. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures. Required if no storage ID is provided, otherwise optional.
- Local
Path string - This path is valid if 'Continuous Capture' is provided with 'true' or 'false' and required if no storage ID is provided, otherwise optional. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures.
- Storage
Id string - The ID of the storage account to save the packet capture session. Required if no localPath or filePath is provided.
- Storage
Path string - The URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture.
- file
Path String - This path is invalid if 'Continuous Capture' is provided with 'true' or 'false'. A valid local path on the targeting VM. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures. Required if no storage ID is provided, otherwise optional.
- local
Path String - This path is valid if 'Continuous Capture' is provided with 'true' or 'false' and required if no storage ID is provided, otherwise optional. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures.
- storage
Id String - The ID of the storage account to save the packet capture session. Required if no localPath or filePath is provided.
- storage
Path String - The URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture.
- file
Path string - This path is invalid if 'Continuous Capture' is provided with 'true' or 'false'. A valid local path on the targeting VM. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures. Required if no storage ID is provided, otherwise optional.
- local
Path string - This path is valid if 'Continuous Capture' is provided with 'true' or 'false' and required if no storage ID is provided, otherwise optional. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures.
- storage
Id string - The ID of the storage account to save the packet capture session. Required if no localPath or filePath is provided.
- storage
Path string - The URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture.
- file_
path str - This path is invalid if 'Continuous Capture' is provided with 'true' or 'false'. A valid local path on the targeting VM. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures. Required if no storage ID is provided, otherwise optional.
- local_
path str - This path is valid if 'Continuous Capture' is provided with 'true' or 'false' and required if no storage ID is provided, otherwise optional. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures.
- storage_
id str - The ID of the storage account to save the packet capture session. Required if no localPath or filePath is provided.
- storage_
path str - The URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture.
- file
Path String - This path is invalid if 'Continuous Capture' is provided with 'true' or 'false'. A valid local path on the targeting VM. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures. Required if no storage ID is provided, otherwise optional.
- local
Path String - This path is valid if 'Continuous Capture' is provided with 'true' or 'false' and required if no storage ID is provided, otherwise optional. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures.
- storage
Id String - The ID of the storage account to save the packet capture session. Required if no localPath or filePath is provided.
- storage
Path String - The URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0