Generate Zipped Terraform Script (OCI)
POST/cloud/oci/terraform
Generates a zipped Terraform template to help you onboard your Oracle Cloud Infrastructure account to Prisma Cloud. You can use this template in the OCI Tenant Console to get a User OCID. Note that the generated keys will be valid for 24 hours.
Request
- application/json; charset=UTF-8
Body
accountId stringrequired
OCID of the OCI tenancy
generateKeys boolean
true = Generate keys. Default is false. Generated keys are valid for 24 hours.
groupName stringrequired
OCI identity group name
policyName stringrequired
OCI identity policy name
userName stringrequired
OCI identity user name
Responses
- 200
- 400
- 500
successful operation
invalid_parameter_value
internal_error
Loading...