Image ScanningCreate registry

Create registry

curl -X POST "https://api.prd.rad.security/accounts/example_string/registries" \
  -H "Content-Type: application/json" \
  -d '{
  "aws_account_id": "example_string",
  "aws_region": "example_string",
  "gcp_location": "example_string",
  "gcp_project_id": "example_string",
  "gcp_project_number": "example_string",
  "repository_name": "John Doe",
  "type": "example_string"
}'
{
  "account_id": "example_string",
  "aws_account_id": "example_string",
  "aws_region": "example_string",
  "created_at": "example_string",
  "gcp_location": "example_string",
  "gcp_project_id": "example_string",
  "gcp_project_number": "example_string",
  "id": "example_string",
  "repository_name": "John Doe",
  "type": "example_string",
  "updated_at": "example_string"
}
POST
/accounts/{account_id}/registries
POST
Base URLstring

Target server for requests. Edit to use your own host.

Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Path Parameters

Responses