INSTALAÇÃO GERENCIADA
Avançado
Comunicação do Agent
2 min
validando a comunicação por gzip (compressed) curl xpost \\ \ url https //regent master node/sphere sync/api/sync/ \\ \ header 'accept encoding gzip, deflate' \\ \ header 'content encoding gzip' \\ \ header 'content type application/json' \\ \ header 'x api key chave' \\ \ data 'cg==' validando a comunicação pura curl xpost \\ \ url https //regent master node/sphere sync/api/sync/ \\ \ header 'accept encoding gzip, deflate' \\ \ header 'content type application/json' \\ \ header 'x api key chave' \\ \ data '{}'
