app guid: 6d75ef4d-40ca-435d-a7a0-fd2acc1fed12
cf curl /v2/apps/5691ae25-0b85-440a-aa92-fb6d2dc317fb -X PUT -d '{"ports": [8000]}'
cf curl /v2/apps/6d75ef4d-40ca-435d-a7a0-fd2acc1fed12/routes
{
"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
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}'
cf curl /v2/routes/81fd7e75-0de5-4c57-8da0-72a055cc7702/route_mappings
要获取更多Jerry的原创文章,请关注公众号"汪子熙":
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。