Verifying Artifactory's Accessibility
Overview
This command can be used to verify that Artifactory is accessible by sending an applicative ping to Artifactory.
Commands Params
Command name
rt ping
Abbreviation
rt p
Command options:
--url
[Optional] JFrog Artifactory URL. (example: https://acme.jfrog.io/artifactory)
--server-id
[Optional] Server ID configured using the jf c add command. If not specified, the default configured Artifactory server is used.
--insecure-tls
[Default: false] Set to true to skip TLS certificates verification.
Command arguments:
The command accepts no arguments.
Examples
Example 1
Ping the configured default Artifactory server.
Example 2
Ping the configured Artifactory server with ID rt-server-1.
Example 3
Ping the Artifactory server. accessible through the specified URL.
Last updated