Skip to main content
GET
/
graph
/
path
Check Path
curl --request GET \
  --url https://api.example.com/graph/path
{
  "exists": true
}

Query Parameters

from_provider
string
required

Provider name of the source resource

from_resource
string
required

Resource type of the source resource

from_name
string
required

Name of the source resource

to_provider
string
required

Provider name of the target resource

to_resource
string
required

Resource type of the target resource

to_name
string
required

Name of the target resource

Response

Successful Response

Response for path existence check.

Attributes: exists: Whether a dependency path exists between the two resources.

exists
boolean
required