Obtém informações sobre a aresta de topologia de rede por cluster.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
yundun-sas:DescribeClusterNetwork |
get |
*All Resource
|
Nenhuma | Nenhuma |
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
| StartTime |
integer |
Sim |
O timestamp de início da consulta. Unidade: milissegundos. Nota
O intervalo entre o timestamp de início e o timestamp de término não pode exceder sete dias. |
1656038740435 |
| EndTime |
integer |
Sim |
O timestamp de término da consulta. Unidade: milissegundos. Nota
O intervalo entre o timestamp de início e o timestamp de término não pode exceder sete dias. |
1656038940435 |
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
Os dados retornados. |
||
| RequestId |
string |
O ID da solicitação, que é usado para localizar e solucionar problemas. |
C286491D-4A2F-589A-B63B-D2AD3DA9BD71 |
| ClusterNetwork |
object |
Informações sobre a aresta de topologia de rede no cluster. |
|
| Node |
array<object> |
Um array que consiste em informações sobre o nó. |
|
|
object |
As informações do nó. |
||
| Type |
string |
The type of the node. Valid values:
|
cluster |
| RiskLevel |
string |
The risk level. Valid values:
|
3 |
| NetTopoSwitch |
string |
The status of the network topology switch. Valid values:
|
ON |
| InterceptionType |
integer |
The network type. Valid values:
|
1 |
| CnnfSwitch |
integer |
The status of the microsegmentation switch. Valid values:
|
1 |
| Name |
string |
The name of the node. |
testwww |
| Id |
string |
The ID of the node. |
cfeb7a9f99ce740e98c5595d0fe37**** |
| Edge |
array<object> |
Um array que consiste em informações sobre a aresta de topologia. |
|
|
object |
Informações sobre a aresta de topologia. |
||
| DstNodeId |
string |
The ID of the destination node. |
cfb41a869c71e4678a97021582dd8**** |
| Port |
string |
The port number of the topology edge. |
6164 |
| SrcNodeId |
string |
The ID of the source node. |
cfb41a869c71e4678a97021582dd8**** |
| SrcNodeType |
string |
The type of the source node. Valid values:
|
cluster |
| DstNodeType |
string |
The type of the destination node. Valid values:
|
cluster |
| Id |
string |
The ID of the topology edge. |
1 |
Exemplos
Resposta de sucesso
JSON formato
{
"RequestId": "C286491D-4A2F-589A-B63B-D2AD3DA9BD71",
"ClusterNetwork": {
"Node": [
{
"Type": "cluster",
"RiskLevel": "3",
"NetTopoSwitch": "ON",
"InterceptionType": 1,
"CnnfSwitch": 1,
"Name": "testwww",
"Id": "cfeb7a9f99ce740e98c5595d0fe37****\n"
}
],
"Edge": [
{
"DstNodeId": "cfb41a869c71e4678a97021582dd8****",
"Port": "6164",
"SrcNodeId": "cfb41a869c71e4678a97021582dd8****",
"SrcNodeType": "cluster",
"DstNodeType": "cluster",
"Id": "1"
}
]
}
}
Códigos de erro
|
Código de status HTTP |
Código de erro |
Mensagem de erro |
Descrição |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.