POST   private-repository/create

Creates a new Docker repository for the current customer.

Request example and description

curl --request POST "https://api-asm1.apica.io/v3/private-repository/create?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E" --header "Content-Type: application/json" --data-raw "{
  \"name\": \"Repo name\",
  \"repository_url\": \"sample string 1\",
  \"username\": \"sample string 2\",
  \"password\": \"sample string 3\",
  \"fpr_tag\": \"sample string 4\",
  \"zebratester_tag\": \"sample string 5\",
  \"runbin_tag\": \"sample string 6\",
  \"postman_tag\": \"sample string 7\"
}"
NameType Required Description
name String Yes

Repository Name.

repository_url String Yes

Repository Url

username String Yes

Repository Username

password String Yes

Repository Password

fpr_tag String No

Fpr Tag

zebratester_tag String No

Zebratester Tag

runbin_tag String No

Runbin Tag

postman_tag String No

Postman Tag

Response body model example and description

A task that represents the asynchronous operation.