latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
DriverDefinition
Get a Resource Driver.
Only drivers that belongs to the given organization or registered as public are accessible through this endpoint
get/orgs/{orgId}/resources/drivers/{driverId}
Path parameters
orgIdstring required
The Organization ID.
driverIdstring required
The Resource Driver ID.
Response
The requested Resources Driver details.
Example response
{
"account_types": [
"gcp",
"aws"
],
"id": "route53",
"inputs_schema": {},
"is_public": false,
"org_id": "test-org",
"target": "https://drivers.example.com/route53/",
"template": "",
"type": "dns"
}