Questo contenuto non è disponibile nella lingua selezionata.

Chapter 43. Network Graph Service


43.1. Network Graph Service

43.1.1. CreateExternalNetworkEntity

POST /v1/networkgraph/cluster/{clusterId}/externalentities

43.1.1.1. Description

43.1.1.2. Parameters

43.1.1.2.1. Path Parameters
Expand
NameDescriptionRequiredDefaultPattern

clusterId

 

X

null

 
43.1.1.2.2. Body Parameter
Expand
NameDescriptionRequiredDefaultPattern

body

NetworkGraphServiceCreateExternalNetworkEntityBody

X

  

43.1.1.3. Return Type

StorageNetworkEntity

43.1.1.4. Content Type

  • application/json

43.1.1.5. Responses

Expand
Table 43.1. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

StorageNetworkEntity

0

An unexpected error response.

GooglerpcStatus

43.1.1.6. Samples

43.1.2. DeleteExternalNetworkEntity

DELETE /v1/networkgraph/externalentities/{id}

43.1.2.1. Description

43.1.2.2. Parameters

43.1.2.2.1. Path Parameters
Expand
NameDescriptionRequiredDefaultPattern

id

 

X

null

 

43.1.2.3. Return Type

Object

43.1.2.4. Content Type

  • application/json

43.1.2.5. Responses

Expand
Table 43.2. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

Object

0

An unexpected error response.

GooglerpcStatus

43.1.2.6. Samples

43.1.3. GetExternalNetworkEntities

GET /v1/networkgraph/cluster/{clusterId}/externalentities

43.1.3.1. Description

43.1.3.2. Parameters

43.1.3.2.1. Path Parameters
Expand
NameDescriptionRequiredDefaultPattern

clusterId

 

X

null

 
43.1.3.2.2. Query Parameters
Expand
NameDescriptionRequiredDefaultPattern

query

 

-

null

 

43.1.3.3. Return Type

V1GetExternalNetworkEntitiesResponse

43.1.3.4. Content Type

  • application/json

43.1.3.5. Responses

Expand
Table 43.3. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

V1GetExternalNetworkEntitiesResponse

0

An unexpected error response.

GooglerpcStatus

43.1.3.6. Samples

43.1.4. GetExternalNetworkFlows

GET /v1/networkgraph/cluster/{clusterId}/externalentities/{entityId}/flows

43.1.4.1. Description

43.1.4.2. Parameters

43.1.4.2.1. Path Parameters
Expand
NameDescriptionRequiredDefaultPattern

clusterId

 

X

null

 

entityId

 

X

null

 
43.1.4.2.2. Query Parameters
Expand
NameDescriptionRequiredDefaultPattern

query

 

-

null

 

since

 

-

null

 

pagination.limit

 

-

null

 

pagination.offset

 

-

null

 

pagination.sortOption.field

 

-

null

 

pagination.sortOption.reversed

 

-

null

 

pagination.sortOption.aggregateBy.aggrFunc

 

-

UNSET

 

pagination.sortOption.aggregateBy.distinct

 

-

null

 

43.1.4.3. Return Type

V1GetExternalNetworkFlowsResponse

43.1.4.4. Content Type

  • application/json

43.1.4.5. Responses

Expand
Table 43.4. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

V1GetExternalNetworkFlowsResponse

0

An unexpected error response.

GooglerpcStatus

43.1.4.6. Samples

43.1.5. GetExternalNetworkFlowsMetadata

GET /v1/networkgraph/cluster/{clusterId}/externalentities/metadata

43.1.5.1. Description

43.1.5.2. Parameters

43.1.5.2.1. Path Parameters
Expand
NameDescriptionRequiredDefaultPattern

clusterId

 

X

null

 
43.1.5.2.2. Query Parameters
Expand
NameDescriptionRequiredDefaultPattern

query

 

-

null

 

since

 

-

null

 

pagination.limit

 

-

null

 

pagination.offset

 

-

null

 

pagination.sortOption.field

 

-

null

 

pagination.sortOption.reversed

 

-

null

 

pagination.sortOption.aggregateBy.aggrFunc

 

-

UNSET

 

pagination.sortOption.aggregateBy.distinct

 

-

null

 

43.1.5.3. Return Type

V1GetExternalNetworkFlowsMetadataResponse

43.1.5.4. Content Type

  • application/json

43.1.5.5. Responses

Expand
Table 43.5. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

V1GetExternalNetworkFlowsMetadataResponse

0

An unexpected error response.

GooglerpcStatus

43.1.5.6. Samples

43.1.6. GetNetworkGraph

GET /v1/networkgraph/cluster/{clusterId}

43.1.6.1. Description

43.1.6.2. Parameters

43.1.6.2.1. Path Parameters
Expand
NameDescriptionRequiredDefaultPattern

clusterId

 

X

null

 
43.1.6.2.2. Query Parameters
Expand
NameDescriptionRequiredDefaultPattern

query

 

-

null

 

since

 

-

null

 

includePorts

 

-

null

 

scope.query

 

-

null

 

includePolicies

 

-

null

 

43.1.6.3. Return Type

V1NetworkGraph

43.1.6.4. Content Type

  • application/json

43.1.6.5. Responses

Expand
Table 43.6. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

V1NetworkGraph

0

An unexpected error response.

GooglerpcStatus

43.1.6.6. Samples

43.1.7. GetNetworkGraphConfig

GET /v1/networkgraph/config

43.1.7.1. Description

43.1.7.2. Parameters

43.1.7.3. Return Type

StorageNetworkGraphConfig

43.1.7.4. Content Type

  • application/json

43.1.7.5. Responses

Expand
Table 43.7. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

StorageNetworkGraphConfig

0

An unexpected error response.

GooglerpcStatus

43.1.7.6. Samples

43.1.8. PatchExternalNetworkEntity

PATCH /v1/networkgraph/externalentities/{id}

43.1.8.1. Description

43.1.8.2. Parameters

43.1.8.2.1. Path Parameters
Expand
NameDescriptionRequiredDefaultPattern

id

 

X

null

 
43.1.8.2.2. Body Parameter
Expand
NameDescriptionRequiredDefaultPattern

body

NetworkGraphServicePatchExternalNetworkEntityBody

X

  

43.1.8.3. Return Type

StorageNetworkEntity

43.1.8.4. Content Type

  • application/json

43.1.8.5. Responses

Expand
Table 43.8. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

StorageNetworkEntity

0

An unexpected error response.

GooglerpcStatus

43.1.8.6. Samples

43.1.9. PutNetworkGraphConfig

PUT /v1/networkgraph/config

43.1.9.1. Description

43.1.9.2. Parameters

43.1.9.2.1. Body Parameter
Expand
NameDescriptionRequiredDefaultPattern

body

V1PutNetworkGraphConfigRequest

X

  

43.1.9.3. Return Type

StorageNetworkGraphConfig

43.1.9.4. Content Type

  • application/json

43.1.9.5. Responses

Expand
Table 43.9. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

StorageNetworkGraphConfig

0

An unexpected error response.

GooglerpcStatus

43.1.9.6. Samples

Torna in cima
Red Hat logoGithubredditYoutubeTwitter

Formazione

Prova, acquista e vendi

Community

Informazioni sulla documentazione di Red Hat

Aiutiamo gli utenti Red Hat a innovarsi e raggiungere i propri obiettivi con i nostri prodotti e servizi grazie a contenuti di cui possono fidarsi. Esplora i nostri ultimi aggiornamenti.

Rendiamo l’open source più inclusivo

Red Hat si impegna a sostituire il linguaggio problematico nel codice, nella documentazione e nelle proprietà web. Per maggiori dettagli, visita il Blog di Red Hat.

Informazioni su Red Hat

Forniamo soluzioni consolidate che rendono più semplice per le aziende lavorare su piattaforme e ambienti diversi, dal datacenter centrale all'edge della rete.

Theme

© 2025 Red Hat