Execute the resource of an endpoint
Execute the resource of an endpoint describes the API structure for the executing the resources of an endpoint.
| Title | Execute the resource of an endpoint |
|---|---|
| URL | http://<impact_url>/m2m/endpoints/{serialNumber}/{resourcePath} |
| Method | POST |
| Content-Type | application/json |
| URL Params |
The following are the URL parameters:
|
| Data Params |
requestId:[string]: Specifies the request ID provided in case of valid and accepted request msg:[string] : info/warning/error message |
| Success Code |
Response Code: 202 |
| Error Code |
400 : Bad Request 401 : Unauthorized 403 : Forbidden 404 : Not Found |
| Sample Call | 1. Execute the resource of an endpoint with object ID. Curl:Response
Body:2. Execute the resources of an endpoint with object ID and instance ID. Curl:Response
Body:3. Execute the resources of an endpoint with object ID, Instance ID, and resource ID. Curl:Response
Body:4. Execute the resources of an endpoint with object ID, Instance ID, resource ID, and instance resource ID. Curl:Response
Body: |
| Notes | None |