Forum Discussion

zafar's avatar
zafar
Icon for Nimbostratus rankNimbostratus
Sep 13, 2021

Error when creating pool with AS3 API

Hi All,

I am trying to create a pool using AS3 API patch operation and it is failing with this error.

 

{"code":422,"message":"InvalidPatchOperationError: path does not exist /ccproxy/ccproxy-pool/pool-name"}

 

The path exists and show up when I run list partitions command.

 

auth partition Common {

    default-route-domain 0

    description "Updated by AS3 at Thu, 26 Mar 2020 15:51:01 GMT"

}

auth partition Snaplex {

    default-route-domain 0

    description "Updated by AS3 at Sun, 12 Sep 2021 15:25:24 GMT"

}

auth partition ccproxy {

    default-route-domain 0

    description "Updated by AS3 at Mon, 13 Sep 2021 06:05:49 GMT"

}

Any ideas what could be causing the issue?