{"type":"api","title":"Account Create","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":"Create pxGrid account","operationId":"accountCreate","requestBody":{"description":"name for pxgrid node","content":{"application/json":{"schema":{"type":"object","properties":{"nodeName":{"type":"string","example":"testUser123"}},"description":"Body for PxGrid node create on ISE","$$ref":"#/components/schemas/CreateBody"}}},"required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"nodeName":{"type":"string","example":"vIPtela_Inc_Regression_testUser123"},"password":{"type":"string","example":"vjvR4vnzoLSAFPn9"},"userName":{"type":"string","example":"vIPtela_Inc_Regression_testUser123"}},"description":"Response from PxGrid node creation on ISE","$$ref":"#/components/schemas/CreateResponse"}}}},"400":{"description":"bad input parameter"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"post","path":"/ise/pxgrid/create"}}