使用Java程式通過http post訪問ABAP Netweaver伺服器

i042416發表於2020-02-24

使用Java程式通過http post訪問ABAP Netweaver伺服器

app guid: 6d75ef4d-40ca-435d-a7a0-fd2acc1fed12

cf curl /v2/apps/5691ae25-0b85-440a-aa92-fb6d2dc317fb -X PUT -d '{"ports": [8000]}'

使用Java程式通過http post訪問ABAP Netweaver伺服器 使用Java程式通過http post訪問ABAP Netweaver伺服器 使用Java程式通過http post訪問ABAP Netweaver伺服器 使用Java程式通過http post訪問ABAP Netweaver伺服器

cf curl /v2/apps/6d75ef4d-40ca-435d-a7a0-fd2acc1fed12/routes

使用Java程式通過http post訪問ABAP Netweaver伺服器

{                                                                                                    
   "total_results": 1,                                                                               
   "total_pages": 1,                                                                                 
   "prev_url": null,                                                                                 
   "next_url": null,                                                                                 
   "resources": [                                                                                    
      {                                                                                              
         "metadata": {                                                                               
            "guid": "81fd7e75-0de5-4c57-8da0-72a055cc7702",                                          
            "url": "/v2/routes/81fd7e75-0de5-4c57-8da0-72a055cc7702",                                
            "created_at": "2020-02-11T05:19:17Z",                                                    
            "updated_at": "2020-02-11T05:19:17Z"                                                     
         },                                                                                          
         "entity": {                                                                                 
            "host": "jerrysbdocker",                                                                 
            "path": "",                                                                              
            "domain_guid": "9762e24d-9761-40df-822f-16f1526ddbe7",                                   
            "space_guid": "1e557935-4ec4-4e36-8055-701b27798258",                                    
            "service_instance_guid": null,                                                           
            "port": null,                                                                            
            "domain_url": "/v2/shared_domains/9762e24d-9761-40df-822f-16f1526ddbe7",                 
            "space_url": "/v2/spaces/1e557935-4ec4-4e36-8055-701b27798258",                          
            "apps_url": "/v2/routes/81fd7e75-0de5-4c57-8da0-72a055cc7702/apps",                      
            "route_mappings_url": "/v2/routes/81fd7e75-0de5-4c57-8da0-72a055cc7702/route_mappings"   
         }                                                                                           
      }                                                                                              
   ]                                                                                                 
}          
route guid: 81fd7e75-0de5-4c57-8da0-72a055cc7702
cf curl /v2/routes/81fd7e75-0de5-4c57-8da0-72a055cc7702/route_mappings

使用Java程式通過http post訪問ABAP Netweaver伺服器

cf curl /v2/route_mappings -X POST -d '{"app_guid": "6d75ef4d-40ca-435d-a7a0-fd2acc1fed12", "route_guid": "81fd7e75-0de5-4c57-8da0-72a055cc7702", "app_port": 8000}'

使用Java程式通過http post訪問ABAP Netweaver伺服器

cf curl /v2/routes/81fd7e75-0de5-4c57-8da0-72a055cc7702/route_mappings


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2676897/,如需轉載,請註明出處,否則將追究法律責任。

相關文章