{"type":"api","title":"Account Activate","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/d2649c17-7aea-3196-8c23-0ab6fc1da073","info":{"title":"Partner Integrations","description":"Includes API operations for partner integrations, such as Webex, Identity Services Engine (ISE), Secure Access, and more\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Configuration - Ise Server"],"description":"Activate pxGrid account","operationId":"accountActivate","requestBody":{"description":"description for pxgrid node","content":{"application/json":{"schema":{"type":"object","properties":{"description":{"type":"string","example":"This is a description"},"pxGridPassword":{"type":"string","example":"vjvR4vnzoLSAFPn9"},"pxGridUserName":{"type":"string","example":"vIPtela_Inc_Regression_testUser123"}},"description":"Body for PxGrid node activate on ISE","$$ref":"#/components/schemas/ActivateBody"}}},"required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"accountState":{"type":"string","example":"PENDING"},"version":{"type":"string","example":"2.0.3.24"}},"description":"Response from PxGrid node activation on ISE, account PENDING on activated ENABLED after approve","$$ref":"#/components/schemas/ActivateResponse"}}}},"400":{"description":"bad input parameter"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"post","path":"/ise/pxgrid/activate"}}