Get Entity Communication Summary
Get the topology for the request entity as well as the metrics information based on the flow data gathered by Operations for Networks
Request
URI
POST
https://{api_host}/api/ni/micro-seg/entity/single
COPY
Request Body
Entity Communication Summary Request
EntityCommunicationSummaryRequest
of type(s)
application/json
Required
{
"scope": {
"scope_type": "string",
"entity_ids": [
"string"
]
},
"group_by": "string",
"time_range": {
"start_time": 1597247025,
"end_time": 1597247999
}
}
object
scope
Optional
scope
string
group_by
Optional
group_by
object
time_range
Optional
time_range
Responses
200
Success
Returns
EntityCommunicationSummaryListResponse
of type(s)
application/json
"EntityCommunicationSummaryListResponse Object"
array of
object
results
Optional
results
integer As int32
As int32
total_count
Optional
total_count
400
Bad Request
Returns
ApiError
of type(s)
application/json
"ApiError Object"
integer As int32
As int32
code
Optional
code
string
message
Optional
message
array of
object
details
Optional
details
401
Unauthorized
Operation doesn't return any data structure
500
Internal Error
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/ni/micro-seg/entity/single
Microsegmentation Operations
POST
List Recommended Rules
POST
Export Nsx Recommended Rules
POST
Get Entity Communication Summary
POST
Get Connection Graph