InlineVizComputeFlowTopologyRequest0
InlineVizComputeFlowTopologyRequest0
Base request object for topology graph queries. Does not accept filtering.
Notes:
start_timeis required. Eithersite_idorsite_idsmust also be provided.entity_limitcaps the number of graph nodes returned (default 500). Only applicable to group topology queries.cluster_infocontrols how returned clusters are grouped in the graph.
JSON Example
{
"start_time": 0,
"site_ids": [
"string"
],
"site_id": "string",
"entity_limit": 0,
"cluster_info": {
"cluster_type": "string",
"tag_scope": "string"
}
}
integer As int64
As int64
start_time
Required
Timestamp in milliseconds since epoch.
array of
string
site_ids
Optional
Query list of records based on local manager identifiers.
string
site_id
Optional
The id of site.
integer As int32
As int32
entity_limit
Optional
Constraints:
default: 500
Limit on the number of entities/nodes to be returned in the graph. Only applicable to groups
object
cluster_info
Optional
Information related to cluster objects.