McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 267

↗ View in doc context
page
267
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::233

PUT https://<connection-server>/vmrest/coses/<cosobjectid> Request Body: <Cos> <MaxGreetingLength>45</MaxGreetingLength> <MaxMsgLength>500</MaxMsgLength> <MaxNameLength>50</MaxNameLength> <MaxPrivateDlists>30</MaxPrivateDlists> </Cos> The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example Request URI: PUT https://<connection-server>/vmrest/coses/<cosobjectid> Accept: application/json Content-Type: application/json Connection: keep-alive Request Body: { "MaxGreetingLength": "45", "MaxMsgLength":"500", "MaxNameLength":"50", "MaxPrivateDlists":"30" } The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 Deleting the Class of Services The following is an example of the DELETE request that deletes a specific class of services where you need to mention the class of service object ID: DELETE https://<connection-server>/vmrest/coses/<cosobjectid> The following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example To delete class of services, do the following: Request URI: DELETE https://<connection-server>/vmrest/coses/<cosobjectid> Accept: application/json Connection: keep-alive The following is the response from the above DELETE request and the actual response will depend upon the information given by you: Cisco Unity Connection Provisioning Interface (CUPI) API 235 Cisco Unity Connection Provisioning Interface (CUPI) API -- Class of Service (COS) APIs Deleting the Class of Services