Update IPFIX L2 Profile
Create a new IPFIX L2 profile if the IPFIX L2 profile with given id does not already exist. If the IPFIX L2 profile with the given id already exists, patch with the existing IPFIX L2 profile.
Request
URLURL
Parameters
Parameters
Request Body
IPFIXL2Profile (required){
"_create_time": 0,
"_create_user": "string",
"_last_modified_time": 0,
"_last_modified_user": "string",
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_protection": "string",
"_revision": 0,
"_schema": "string",
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"_system_owned": false,
"active_timeout": 0,
"children": [
{
"_create_time": 0,
"_create_user": "string",
"_last_modified_time": 0,
"_last_modified_user": "string",
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_protection": "string",
"_revision": 0,
"_schema": "string",
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"_system_owned": false,
"description": "string",
"display_name": "string",
"id": "string",
"marked_for_delete": false,
"resource_type": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
]
}
],
"description": "string",
"display_name": "string",
"export_overlay_flow": false,
"id": "string",
"idle_timeout": 0,
"ipfix_collector_profile_path": "string",
"marked_for_delete": false,
"max_flows": 0,
"observation_domain_id": 0,
"packet_sample_probability": 0,
"parent_path": "string",
"path": "string",
"priority": 0,
"relative_path": "string",
"resource_type": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
]
}
Timestamp of resource creation
ID of the user who created this resource
Timestamp of last modification
ID of the user who last modified this resource
The server will populate this field when returing the resource. Ignored on PUT and POST.
Protection status is one of the following: PROTECTED - the client who retrieved the entity is not allowed to modify it. NOT_PROTECTED - the client who retrieved the entity is allowed to modify it REQUIRE_OVERRIDE - the client who retrieved the entity is a super user and can modify it, but only when providing the request header X-Allow-Overwrite=true. UNKNOWN - the _protection field could not be determined for this entity.
The _revision property describes the current revision of the resource. To prevent clients from overwriting each other’s changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected.
Schema for this resource
Indicates system owned resource
The time in seconds after a flow is expired even if more packets matching this flow are received by the cache.
subtree for this type within policy tree containing nested elements.
Description of this resource
Defaults to ID if not set
This property controls whether overlay flow info is included in the sample result.
Unique identifier of this resource
The time in seconds after a flow is expired if no more packets matching this flow are received by the cache.
Policy path for IPFIX collector profile. User can specify only one IPFIX collector.
Intent objects are not directly deleted from the system when a delete is invoked on them. They are marked for deletion and only when all the realized entities for that intent object gets deleted, the intent object is deleted. Objects that are marked for deletion are not returned in GET call. One can use the search API to get these objects.
The maximum number of flow entries in each exporter flow cache.
An identifier that is unique to the exporting process and used to meter the flows.
The probability in percentage that a packet is sampled, in range 0-100. The probability is equal for every packet.
Path of its parent
Absolute path of this object
This priority field is used to resolve conflicts in Segment Ports which are covered by more than one IPFIX profiles. The IPFIX exporter will send records to Collectors in highest priority profile (lowest number) only.
Path relative from its parent
The type of this resource.