查看 Apigee Edge 說明文件。
前往
Apigee X說明文件。 資訊
在 Edge for Private Cloud 安裝中,您可能需要移除 Postgres 和 Qpid 伺服器 或將現有數據分析群組新增至數據分析群組 本文說明如何在現有的 Edge 安裝環境中新增及移除 Postgres 和 Qpid 伺服器 一次安裝一項 Postgres 與主待命 Postgres 安裝。
詳情請參閱設定 Postgres 的主要執行個體待命複製功能。
必要條件
能夠使用系統管理員憑證執行管理伺服器 API 呼叫。
將現有的 Postgres 伺服器新增至分析群組
新增 Postgres 伺服器元件的程序,取決於是否已安裝 Postgres 部署為單一伺服器且無須複製,或設為兩部已啟用主要執行個體待命複製功能的伺服器。
情境 #1:單一 Postgres 伺服器,不含 Postgres 複製作業
決定數據分析和用戶群組的名稱。
根據預設,Analytics 會使用 群組為
axgroup-001
,消費者群組名稱為consumer-group-001
。在區域的靜音設定檔中,您可以將 使用AXGROUP
資源來建立 Analytics 群組。如果您不確定數據分析和使用者群組名稱的名稱,請使用下列指令 來顯示:
curl -u adminEmail:pword "http://ms-IP:8080/v1/analytics/groups/ax"
這個呼叫會傳回包含分析群組名稱的回應:
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ] …
在這個範例中,Analytics 群組名稱為
axgroup-001.
- 請使用以下 API 判定
postgres-server
元件的 UUID:curl http://pg-IP:8084/v1/servers/self
在下列 API 呼叫中,將 axgoupname 和 UUID 替換為 Analytics 群組名稱和 UUID。
- 使用下列 API 呼叫,將 Postgres 伺服器 UUID 新增至
postgres-server
元素:curl -v -u adminEmail:pword -X POST -H 'Content-Type: application/json' "http://ms-IP:8080/v1/analytics/groups/ax/axgroupname/servers?uuid=UUID&type=postgres-server&force=true"
呼叫和輸出範例:
curl -v -u adminEmail:pword -X POST -H 'Content-Type: application/json' "http://localhost:8080/v1/analytics/groups/ax/axgroup-001/servers?uuid=8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77&type=postgres-server&force=true"
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ], "uuids" : { "qpid-server" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07"], "postgres-server" : ["8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77"] }, "consumer-groups" : [ { "name" : "consumer-group-001", "consumers" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07"], "datastores" : [ ], "properties" : { } } ], "data-processors" : { }
- 使用下列 API,將 Postgres 伺服器 UUID 新增至用戶群組:
curl -v -u adminEmail:pword -X POST -H 'Content-Type: application/json' "http://ms-IP:8080/v1/analytics/groups/ax/axgroupname/consumer-groups/consumer-group-001/datastores?uuid=UUID"
呼叫和輸出範例:
curl -v -u adminEmail:pword -X POST -H 'Content-Type: application/json' "http://localhost:8080/v1/analytics/groups/ax/axgroup-001/consumer-groups/consumer-group-001/datastores?uuid=8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77"
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ], "uuids" : { "qpid-server" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07"], "postgres-server" : ["8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77"] }, "consumer-groups" : [ { "name" : "consumer-group-001", "consumers" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07"], "datastores" : ["8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77"], "properties" : { } } ], "data-processors" : { }
- 重新啟動所有以下裝置的
edge-postgres-server
和edge-qpid-server
元件 ,以確保這些元件能接收變更:/opt/apigee/apigee-service/bin/apigee-service edge-qpid-server restart
/opt/apigee/apigee-service/bin/apigee-service edge-qpid-server wait_for_ready
/opt/apigee/apigee-service/bin/apigee-service edge-postgres-server restart
/opt/apigee/apigee-service/bin/apigee-service edge-postgres-server wait_for_ready
情境 #2:兩部 Postgres 伺服器搭配主要執行個體待命複製功能
決定數據分析和用戶群組的名稱。
根據預設,Analytics 會使用 群組為
axgroup-001
,消費者群組名稱為consumer-group-001
。在區域的靜音設定檔中,您可以將 使用AXGROUP
資源來建立 Analytics 群組。如果您不確定數據分析和使用者群組名稱的名稱,請使用下列指令 來顯示:
curl -u adminEmail:pword "http://ms-IP:8080/v1/analytics/groups/ax"
這個呼叫會傳回包含已定義數據分析群組名稱的回應:
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ] …
在這個範例中,Analytics 群組名稱為
axgroup-001.
- 使用下列 API 呼叫來找出各個主要執行個體「
postgres-server
」的 UUID 元件和待命postgres-server
元件:curl http://pg-IP:8084/v1/servers/self
在下列 API 呼叫中,您必須將 axgoupname 替換為
axgroup-001
和在主伺服器需求步驟 2 中取得的 UUID 用來取代 masteruuid 和步驟 2 中針對 待命伺服器才能做為 slaveuuid 使用 - 請使用以下 API 將 Postgres 伺服器 UUID 新增至
postgres-server
元素:curl -v -u adminEmail:pword -X POST -H 'Content-Type: application/json' "http://ms-IP:8080/v1/analytics/groups/ax/axgroupname/servers?uuid=masteruuid,slaveuuid&type=postgres-server&force=true"
呼叫和輸出範例:
curl -v -u adminEmail:pword -X POST -H 'Content-Type: application/json' "http://localhost:8080/v1/analytics/groups/ax/axgroup-001/servers?uuid=8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77,731c8c43-8c35-4b58-ad1a-f572b69c5f0&type=postgres-server&force=true"
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ], "uuids" : { "qpid-server" : ["54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "postgres-server" : [ "8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f572b69c5f0"] }, "consumer-groups" : [ { "name" : "consumer-group-001", "consumers" : [ "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "datastores" : [], "properties" : { } } ], "data-processors" : { }
- 使用下列 API,將 Postgres 伺服器 UUID 新增至用戶群組:
curl -v -u adminEmail:pword -X POST -H -H 'Content-Type: application/json' "http://ms-IP:8080/v1/analytics/groups/ax/axgroupname/consumer-groups/consumer-group-001/datastores?uuid=masteruuid,slaveuuid"
呼叫和輸出範例:
curl -v -u adminEmail:pword -X POST -H 'Content-Type: application/json' "http://localhost:8080/v1/analytics/groups/ax/axgroup-001/consumer-groups/consumer-group-001/datastores?uuid=8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77,731c8c43-8c35-4b58-ad1a-f572b69c5f0"
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ], "uuids" : { "qpid-server" : ["54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "postgres-server" : [ "8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f572b69c5f0"] }, "consumer-groups" : [ { "name" : "consumer-group-001", "consumers" : [ "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "datastores" : ["8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f572b69c5f0"], "properties" : { } } ], "data-processors" : { }
- 重新啟動所有以下裝置的
edge-postgres-server
和edge-qpid-server
元件 ,以確保這些元件能接收變更:/opt/apigee/apigee-service/bin/apigee-service edge-qpid-server restart
/opt/apigee/apigee-service/bin/apigee-service edge-qpid-server wait_for_ready
/opt/apigee/apigee-service/bin/apigee-service edge-postgres-server restart
/opt/apigee/apigee-service/bin/apigee-service edge-postgres-server wait_for_ready
將現有的 Qpid 伺服器新增至數據分析群組
- 使用下列 API 找出數據分析群組名稱:
curl -u adminEmail:pword "http://ms-IP:8080/v1/analytics/groups/ax"
系統傳回的回應應含有數據分析群組和範圍的名稱:
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ] …
在這個範例中,Analytics 群組名稱為
axgroup-001.
- 請使用下列 API 呼叫,決定每個要採用的 Qpid 伺服器元件的 UUID
將所需項目新增至數據分析群組:
curl http://qp-IP:8083/v1/servers/self
- 使用下列 API 呼叫,將單一 Qpid 伺服器 UUID 新增至
qpid-server
元素 (請視需要重複輸入多個 UUID):curl -v -u adminEmail:pword -X POST -H 'Content-Type: application/json' "http://ms-IP:8080/v1/analytics/groups/ax/axgroupname/servers?uuid=qpiduuid&type=qpid-server"
呼叫和輸出範例:
curl -v -u adminEmail:pword -X POST -H 'Accept: application/json' "http://localhost:8080/v1/analytics/groups/ax/axgroup-001/servers?uuid=94c96375-1ca7-412d-9eee-80fda94f6e0&type=qpid-server"
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ], "uuids" : { "qpid-server" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07", "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "postgres-server" : [ "8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f572b69c5f0"] }, "consumer-groups" : [ { "name" : "consumer-group-001", "consumers" : [ "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "datastores" : ["8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f57 ], "properties" : { } } ], "data-processors" : { }
- 請使用下列 API 呼叫,將單一 Qpid 伺服器 UUID 新增至
用戶群組 (視需要重複輸入多個 UUID):
curl -v -u adminEmail:pword -X POST -H 'Content-Type: application/json' "http://ms-IP:8080/v1/analytics/groups/ax/axgroupname/consumer-groups/consumer-group-001/consumers?uuid=qpiduuid"
呼叫和輸出範例:
curl -v -u adminEmail:pword -X POST -H 'Accept: application/json' "http://localhost:8080/v1/analytics/groups/ax/axgroup-001//consumer-groups/consumer-group-001/consumers?uuid=94c96375-1ca7-412d-9eee-80fda94f6e0"
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ], "uuids" : { "qpid-server" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07", "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "postgres-server" : [ "8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f572b69c5f0"] }, "consumer-groups" : [ { "name" : "consumer-group-001", "consumers" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07","54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "datastores" : ["8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f57 ], "properties" : { } } ], "data-processors" : { }
- 重新啟動所有節點上的所有
edge-qpid-server
元件,確保變更 可能的值:/opt/apigee/apigee-service/bin/apigee-service edge-qpid-server restart
/opt/apigee/apigee-service/bin/apigee-service edge-qpid-server wait_for_ready
從分析群組中移除 Postgres 伺服器
移除 Postgres 伺服器的程序取決於是否已啟用 Postgres 複製功能。
情境 #1:單一 Postgres 伺服器 (不含複製作業)
決定數據分析和用戶群組的名稱。
根據預設,Analytics 會使用 群組為
axgroup-001
,消費者群組名稱為consumer-group-001
。在區域的靜音設定檔中,您可以將 使用AXGROUP
資源來建立 Analytics 群組。如果您不確定數據分析和使用者群組名稱的名稱,請使用下列指令 來顯示:
curl -u adminEmail:pword "http://ms-IP:8080/v1/analytics/groups/ax"
此方法應會傳回類似如下的回應:
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ], "uuids" : { "qpid-server" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07" ], "postgres-server" : [ "8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77"] }, "consumer-groups" : [ { "name" : "consumer-group-001", "consumers" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07" ], "datastores" : [ "8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77" ], "properties" : { } } ], "data-processors" : { }
在這個範例中,Analytics 群組名稱是
axgroup-001
,也就是消費者群組名稱consumer-group-001
,postgres-server
UUID 為8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77
。請注意,此 ID 與postgres-server
和datastores
元素 低於consumer-groups
。使用透過下列步驟取得的數據分析群組名稱、消費者群組名稱和 UUID。
- 請使用下列 API 呼叫,將
postgres-server
UUID 從 用戶群組的datastores
元素:curl -v -u adminEmail:pword -X DELETE -H 'Accept: application/json' "http://ms-IP:8080/v1/analytics/groups/ax/axgroupname/consumer-groups/consumergroupname/datastores/UUID"
呼叫和輸出範例:
curl -v -u adminEmail:pword -X DELETE -H 'Accept: application/json' "http://localhost:8080/v1/analytics/groups/ax/axgroup-001/consumer-groups/consumer-group-001/datastores/8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77"
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ], "uuids" : { "qpid-server" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07" ], "postgres-server" : [ "8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77"] }, "consumer-groups" : [ { "name" : "consumer-group-001", "consumers" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07" ], "datastores" : [ ], "properties" : { } } ], "data-processors" : { }
- 請使用以下 API 將
postgres-server
UUID 從postgres-server
元素:curl -v -u adminEmail:pword -X DELETE -H 'Accept: application/json' "http://ms-IP:8080/v1/analytics/groups/ax/axgroupname/servers?uuid=UUID&type=postgres-server"
呼叫和輸出範例:
curl -v -u adminEmail:pword -X DELETE -H 'Accept: application/json' "http://localhost:8080/v1/analytics/groups/ax/axgroup-001/servers?uuid=8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77&type=postgres-server"
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ], "uuids" : { "qpid-server" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07" ], "postgres-server" : [ ] }, "consumer-groups" : [ { "name" : "consumer-group-001", "consumers" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07" ], "datastores" : [ ], "properties" : { } } ], "data-processors" : { }
- 根據您要替換或刪除 Postgres 伺服器而定:
- 如要取代 Postgres 伺服器,請參閱「新增 Postgres 伺服器」一節 取得新增 Postgres 伺服器的步驟。
- 如要刪除 Postgres 伺服器,請重新啟動所有項目
所有節點上的
edge-postgres-server
和edge-qpid-server
元件 執行下列指令,確保這些元件能接收變更:/opt/apigee/apigee-service/bin/apigee-service edge-qpid-server restart
/opt/apigee/apigee-service/bin/apigee-service edge-qpid-server wait_for_ready
/opt/apigee/apigee-service/bin/apigee-service edge-postgres-server restart
/opt/apigee/apigee-service/bin/apigee-service edge-postgres-server wait_for_ready
情境 #2:兩部 Postgres 伺服器搭配主要執行個體待命複製功能
找出目前使用 以下 API:
curl -u adminEmail:pword "http://ms-IP:8080/v1/analytics/groups/ax"
這個呼叫會傳回類似以下的回應:
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ], "uuids" : { "qpid-server" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07", "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "postgres-server" : [ "8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f572b69c5f0"] }, "consumer-groups" : [ { "name" : "consumer-group-001", "consumers" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07", "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "datastores" : [ "8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f572b69c5f0" ], "properties" : { } } ], "data-processors" : { }
在這個範例中,Analytics 群組名稱是
axgroup-001
,postgres-server
個 UUID 為8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77
和731c8c43-8c35-4b58-ad1a-f572b69c5f0
。請記下postgres-server
和datastores
元素的值相同。使用在以下步驟中取得的數據分析群組名稱、消費者群組名稱和 UUID。
- 請使用以下 API 將
postgres-server
UUID 從 用戶群組的datastores
元素 (請注意,主節點和從屬 UUID 是 API 中以半形逗號分隔,但輸出結果會以半形冒號分隔。 這裡提到的群組通話):curl -v -u adminEmail:pword -X DELETE -H 'Accept: application/json' "http://ms-IP:8080/v1/analytics/groups/ax/axgroupname/consumer-groups/consumergroupname/datastores/masteruuid,slaveuuid"
呼叫和輸出範例:
curl -v -u adminEmail:pword -X DELETE -H 'Accept: application/json' "http://localhost:8080/v1/analytics/groups/ax/axgroup-001/consumer-groups/consumer-group-001/datastores/8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77,731c8c43-8c35-4b58-ad1a-f572b69c5f0"
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ], "uuids" : { "qpid-server" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07", "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "postgres-server" : [ "8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f572b69c5f0"] }, "consumer-groups" : [ { "name" : "consumer-group-001", "consumers" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07", "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "datastores" : [ ], "properties" : { } } ], "data-processors" : { }
- 請使用以下 API 將
postgres-server
UUID 從postgres-server
元素:curl -v -u adminEmail:pword -X DELETE -H 'Accept: application/json' "http://ms-IP:8080/v1/analytics/groups/ax/axgroupname/servers?uuid=masteruuid,slaveuuid&type=postgres-server"
呼叫和輸出範例:
curl -v -u adminEmail:pword -X DELETE -H 'Accept: application/json' "http://localhost:8080/v1/analytics/groups/ax/axgroup-001/servers?uuid=8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77,731c8c43-8c35-4b58-ad1a-f572b69c5f0&type=postgres-server"
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ], "uuids" : { "qpid-server" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07", "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "postgres-server" : [ ] }, "consumer-groups" : [ { "name" : "consumer-group-001", "consumers" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07", "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "datastores" : [ ], "properties" : { } } ], "data-processors" : { }
- 根據您要替換或刪除 Postgres 伺服器而定:
- 如要取代 Postgres 伺服器,請參閱「新增 Postgres 伺服器」一節 取得新增 Postgres 伺服器的步驟。
- 如要刪除 Postgres 伺服器,請重新啟動所有項目
所有節點上的
edge-postgres-server
和edge-qpid-server
元件 執行下列指令,確保這些元件能接收變更:/opt/apigee/apigee-service/bin/apigee-service edge-qpid-server restart
/opt/apigee/apigee-service/bin/apigee-service edge-qpid-server wait_for_ready
/opt/apigee/apigee-service/bin/apigee-service edge-postgres-server restart
/opt/apigee/apigee-service/bin/apigee-service edge-postgres-server wait_for_ready
從分析群組中移除 Qpid 伺服器
- 找出目前使用下列 API 註冊的 Qpid 伺服器 UUID:
敬上 回應的格式如下:curl -u adminEmail:pword "http://ms-IP:8080/v1/analytics/groups/ax"
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ], "uuids" : { "qpid-server" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07", "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "postgres-server" : [ "8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f572b69c5f0"] }, "consumer-groups" : [ { "name" : "consumer-group-001", "consumers" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07", "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "datastores" : [ "8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f572b69c5f0" ], "properties" : { } } ], "data-processors" : { }
在這個範例中,數據分析群組名稱為
axgroup-001
,Qpid 伺服器 UUID 為94c96375-1ca7-412d-9eee-80fda94f6e0
和54a96375-33a7-4fba-6bfa-80fda94f6e07
。 請注意,qpid-server
和consumers
元素的值相同。使用在以下步驟中取得的數據分析群組名稱、消費者群組名稱和 UUID。
- 使用下列 API 呼叫,從
consumers
移除單一qpid-server
UUID 部分 (請視需要重複輸入多個 UUID):curl -v -u adminEmail:pword -X DELETE -H 'Accept: application/json' "http://ms-IP:8080/v1/analytics/groups/ax/axgroupname/consumer-groups/consumer-group-001/consumers/qpiduuid"
呼叫和輸出範例:
curl -v -u adminEmail:pword -X DELETE -H 'Accept: application/json' "http://localhost:8080/v1/analytics/groups/ax/axgroup-001/consumer-groups/consumer-group-001/consumers/94c96375-1ca7-412d-9eee-80fda94f6e0"
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ], "uuids" : { "qpid-server" : [ "94c96375-1ca7-412d-9eee-80fda94f6e07", "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "postgres-server" : [ "8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f572b69c5f0"] }, "consumer-groups" : [ { "name" : "consumer-group-001", "consumers" : [ "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "datastores" : ["8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f57 ], "properties" : { } } ], "data-processors" : { }
- 使用下列 API 呼叫,將單一
qpid-server
UUID 從qpid-server
元素 (視需要重複輸入多個 UUID):curl -v -u adminEmail:pword -X DELETE -H 'Accept: application/json' "http://ms-IP:8080/v1/analytics/groups/ax/axgroupname/servers?uuid=qpiduuid&type=qpid-server"
呼叫和輸出範例:
curl -v -u adminEmail:pword -X DELETE -H 'Accept: application/json' "http://localhost:8080/v1/analytics/groups/ax/axgroup-001/servers?uuid=94c96375-1ca7-412d-9eee-80fda94f6e0&type=qpid-server"
[ { "name" : "axgroup-001", "properties" : { }, "scopes" : [ "example~prod", "example~test" ], "uuids" : { "qpid-server" : ["54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "postgres-server" : [ "8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f572b69c5f0"] }, "consumer-groups" : [ { "name" : "consumer-group-001", "consumers" : [ "54a96375-33a7-4fba-6bfa-80fda94f6e07" ], "datastores" : ["8ee86b70-5b33-44b6-b2f8-1b0ec0ec8d77:731c8c43-8c35-4b58-ad1a-f57 ], "properties" : { } } ], "data-processors" : { }
- 重新啟動所有節點上的所有
edge-qpid-server
元件,確保變更 可能的值:/opt/apigee/apigee-service/bin/apigee-service edge-qpid-server restart
/opt/apigee/apigee-service/bin/apigee-service edge-qpid-server wait_for_ready