Hi there, I am trying to Provision a Oracle VDB through an API call. My code is something like:
#DB Provision
curl -vs -X POST -k --data @- https:/URL/resources/json/delphix/database/provision \
-b cookies.txt -H "Content-Type: application/json" <<EOF
{
.
.
}
EOF
I am getting an error:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><head><title>Error 403</title></head><body><h1>Error processing request</h1><p>HTTP status: 403</p><p>Message: Use /resources/json/delphix/login to log in first</p><p>Request was POST /resources/json/delphix/database/provision</p></body></html>
My login and session is okay, I have have done a lot of other posts already.
Can you please assist?
#DemoEnvironment#Virtualization