Skip to content

isSfdcReachable

Is Rubrik Suppport Portal reachable from this deployment.

Arguments

Argument Type Description
hostname (required) String! Hostname to access the Support portal.

Returns

Boolean!

Sample

query IsSfdcReachable($hostname: String!) {
  isSfdcReachable(hostname: $hostname)
}
{
  "hostname": "example-string"
}
{
  "data": {
    "isSfdcReachable": true
  }
}