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] Artifactory URL.

--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.

jf rt ping

Example 2

Ping the configured Artifactory server with ID rt-server-1.

jf rt ping --server-id=rt-server-1

Example 3

Ping the Artifactory server. accessible through the specified URL.

jf rt ping --url=https://my-rt-server.com/artifactory

Last updated

© 2024 JFrog Ltd All Rights Reserved