{
"tap_service": {
"description": "string",
"name": "string",
"progress": 0
}
}
curl --location --request PUT 'https://example.com:30888/tap_services/' \
--header 'Content-Type: application/json' \
--data-raw '{
"tap_service": {
"description": "string",
"name": "string",
"progress": 0
}
}'
{
"tap_service": {
"can_delete": true,
"can_update": true,
"delete_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"flow_count": 0,
"metadata": {
"property1": "string",
"property2": "string"
},
"target": "string",
"target_ips": "string",
"update_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
}
}
}