From b9ebaeca1c42c19ad4aba3289d6d4b2cef327254 Mon Sep 17 00:00:00 2001 From: Tyler Wendlandt Date: Mon, 29 Jan 2024 17:43:03 -0700 Subject: [PATCH] ui: Copy the mock endpoint over to prefixed-api mocks (#20395) Copy the mock endpoint over to prefixed-api mocks --- .../mock-api/prefixed-api/api/hcp/v2/link/global | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ui/packages/consul-ui/mock-api/prefixed-api/api/hcp/v2/link/global diff --git a/ui/packages/consul-ui/mock-api/prefixed-api/api/hcp/v2/link/global b/ui/packages/consul-ui/mock-api/prefixed-api/api/hcp/v2/link/global new file mode 100644 index 0000000000..873f854c20 --- /dev/null +++ b/ui/packages/consul-ui/mock-api/prefixed-api/api/hcp/v2/link/global @@ -0,0 +1,16 @@ +{ + "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" + } + } +} \ No newline at end of file