-
Notifications
You must be signed in to change notification settings - Fork 1.7k
magento/devdocs#: Get IP of Cloud instance #5883
magento/devdocs#: Get IP of Cloud instance #5883
Conversation
An admin must run tests on this PR before it can be merged. |
5dac06e
to
e599d49
Compare
I still wonder why don't people use |
e599d49
to
6233a94
Compare
The existing Cloud documentation refers to Added an example with Could you please review? Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may be very helpful. I made a few suggestions to maintain consistency and to use terms found in the Magento Cloud CLI. Thanks!
@@ -226,6 +226,25 @@ If you have a corporate firewall that blocks outgoing SSH connections, you can a | |||
</tr> | |||
</table> | |||
|
|||
## Get IP address of Cloud instance | |||
|
|||
Use `ping` command for retrieving IP address for particular Cloud instance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use `ping` command for retrieving IP address for particular Cloud instance. | |
You can retrieve the IP address for a particular Cloud instance using a `ping` command and the environment URL or hostname: |
|
||
Use `ping` command for retrieving IP address for particular Cloud instance. | ||
|
||
Example of usage: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is not necessary.
Yes, the dig command has been noted in an older topic of the Cloud guide regarding a verification for Fastly caching. It is best to remain as generic as possible when suggesting methods for verification and using only official references when linking to external sites for further information. Thanks for the contribution! |
6233a94
to
271080d
Compare
With my pleasure! |
running tests |
Hi @atwixfirster, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) adds information how to get IP address of Cloud instance.
Affected DevDocs pages
Links to Magento source code
Thank you!
whatsnew
Added an example for retrieving the IP address of a particular Cloud instance to the Integration environment IP address section in the Cloud Guide.