mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 02:18:25 +00:00
* feat: add api call to hcp/link endpoint * updated * updated * update approach to get the linking status * updated application template * feat: add api call to hcp/link endpoint * updated * updated * update approach to get the linking status * updated application template * update purple banner links * Hook up the linked check to the purple banner * fixed lint issue * Updated tests for new link status API calls as args instead of from service --------- Co-authored-by: Chris Hut <tophernuts@gmail.com>
16 lines
565 B
Plaintext
16 lines
565 B
Plaintext
{
|
|
"status": {
|
|
"consul.io/hcp/link": {
|
|
"conditions": [
|
|
{
|
|
"message": "Successfully linked to cluster 'organization/f53e5646-6529-4698-ae29-d74f8bd22a01/project/6994bb7a-5561-4d5c-8bb0-cf40177e5b77/hashicorp.consul.global-network-manager.cluster/mkam-vm'",
|
|
"reason": "SUCCESS",
|
|
"state": "STATE_FALSE",
|
|
"type": "linked"
|
|
}
|
|
],
|
|
"observedGeneration":"01HMA2VPHVKNF6QR8TD07KDN5K",
|
|
"updatedAt":"2024-01-16T21:29:25.923140Z"
|
|
}
|
|
}
|
|
} |