POST /katello/api/products { "product": { "name": "fedora product", "description": "this is my cool new product." }, "organization_id": "asdfdsafds" } 404 { "message": "Organization with id asdfdsafds not found" }
Param name | Description |
---|---|
organization_id
required |
ID of the organization Validations:
|
description
optional |
Product description Validations:
|
gpg_key_id
optional , nil allowed |
Identifier of the GPG key Validations:
|
ssl_ca_cert_id
optional , nil allowed |
Idenifier of the SSL CA Cert Validations:
|
ssl_client_cert_id
optional , nil allowed |
Identifier of the SSL Client Cert Validations:
|
ssl_client_key_id
optional , nil allowed |
Identifier of the SSL Client Key Validations:
|
sync_plan_id
optional , nil allowed |
Plan numeric identifier Validations:
|
name
required |
Product name Validations:
|
label
optional |
Validations:
|