How to set the command line of the custom port applied by CloudFoundry
This article introduces the knowledge of "how to set the command line of the custom port of CloudFoundry application". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
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-72a055cc7702cf 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}'
This is the end of the content of "how to set the command line of the custom port of the CloudFoundry application". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!