Skip to content

Get available system providers.

GET
/backend/v1/providers/system

Get available system providers.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Responses

Successful Response

application/json
JSON
{
  
"providers": [
  
  
{
  
  
  
"authTemplate": null,
  
  
  
"availability": {
  
  
  
  
"global": false,
  
  
  
  
"projectIds": [
  
  
  
  
  
[
  
  
  
  
  
]
  
  
  
  
]
  
  
  
},
  
  
  
"capabilities": [
  
  
  
  
"string"
  
  
  
],
  
  
  
"hasLogo": false,
  
  
  
"id": "string",
  
  
  
"inputs": {
  
  
  
  
"additionalProperties": "string"
  
  
  
},
  
  
  
"maxRequestsPerSecond": 0,
  
  
  
"name": "string",
  
  
  
"projectId": "string",
  
  
  
"redTeam": false,
  
  
  
"requestConcurrencyLimit": {
  
  
  
  
"decayPerSecond": 0,
  
  
  
  
"requests": 0
  
  
  
},
  
  
  
"secrets": {
  
  
  
  
"additionalProperties": "string"
  
  
  
},
  
  
  
"siem": false,
  
  
  
"systemProviderId": "string",
  
  
  
"tag": "string",
  
  
  
"template": {
  
  
  
  
"awsAuth": {
  
  
  
  
  
"accessKey": "string",
  
  
  
  
  
"region": "string",
  
  
  
  
  
"secretKey": "string",
  
  
  
  
  
"service": "string",
  
  
  
  
  
"token": "string"
  
  
  
  
},
  
  
  
  
"body": "string",
  
  
  
  
"headers": {
  
  
  
  
  
"additionalProperties": "string"
  
  
  
  
},
  
  
  
  
"json": "string",
  
  
  
  
"method": "string",
  
  
  
  
"ociAuth": {
  
  
  
  
  
"keyId": "string",
  
  
  
  
  
"passphrase": "string",
  
  
  
  
  
"privateKeyPem": "string"
  
  
  
  
},
  
  
  
  
"outputs": {
  
  
  
  
},
  
  
  
  
"queryParams": {
  
  
  
  
  
"additionalProperties": "string"
  
  
  
  
},
  
  
  
  
"timeout": 20,
  
  
  
  
"type": "request",
  
  
  
  
"url": "string"
  
  
  
},
  
  
  
"type": "string"
  
  
}
  
]
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

Updated at: