Adobe I/O API Call Access Denied
I am trying to trigger the pipeline which is created at Cloud Manager through Adobe I/O api. I have followed below steps
1. Created Integration at developer Console for Cloud Manager API.
2. Generated the public key at cloud manager and downloaded the private key at local.
3. Installed the aio cli plugin to connect.
4. run the below command through terminal
aio cloudmanager:program:list-pipelines -p <program-id> --- This give me list of pipeline.
when i trying to trigger the pipeline using below command it gives me Access Denied error
aio cloudmanager:pipeline:create-execution <pipeline-id> -p <program-id>
Error :::
starting execution... [CloudManagerSDK:ERROR_PIPELINE_START] Cannot create execution: https://cloudmanager.adobe.io/api/program/<program-id>/pipeline/<pipeline-id>/execution (403 Forbidden) - Access Denied(s): Access is denied
Note : <program-id> and <pipeline-id> has the real value.
Please help to resolve the issue.
Thanks in advance.


