TrafficCloneProfile

Description

API


    POST /api/trafficcloneprofile
    PUT /api/trafficcloneprofile/<key>
    DELETE /api/trafficcloneprofile/<key>
    GET /api/trafficcloneprofile
    GET /api/trafficcloneprofile/<key>

CLI


    configure trafficcloneprofile <key>
    show trafficcloneprofile <key>

Data

TrafficCloneProfile

uuid

Type
string
Category
required
Description
UUID of the Traffic Clone Profile.

name

Type
string
Category
required
Description
Name for the Traffic Clone Profile.

clone_servers

Type
CloneServer
Category
repeated
Description

preserve_client_ip

Type
bool
Category
optional
Description
Specifies if client IP needs to be preserved to clone destination
Default
False

tenant_ref

Type
Reference to Tenant
Category
required
Description

cloud_ref

Type
Reference to Cloud
Category
optional,readonly
Description
Default
/api/cloud?name=Default-Cloud

CloneServer

ip_address

Type
IpAddr
Category
optional
Description
IP Address of the Clone Server.

mac

Type
string
Category
optional
Description
MAC Address of the Clone Server.

subnet

Type
IpAddrPrefix
Category
optional
Description
Subnet of the network to clone the traffic to

network_ref

Type
Reference to Network
Category
optional
Description
Network to clone the traffic to

IpAddr

addr

Type
string
Category
required
Description
IP address

type

Type
enum
Category
required
Description
Choices
V4, DNS

IpAddrPrefix

ip_addr

Type
IpAddr
Category
required
Description

mask

Type
int32
Category
required
Description

References

Cloud Network Tenant

Sub Objects