I have a some rest end points...That look like this
PUT --> /container/{vendorID}/{pluginID}/{containerName}/start
PUT --> /container/{vendorID}/{pluginID}/{containerName}/restart
PUT --> /container/{vendorID}/{pluginID}/{containerName}/stop
I see that start, stop are kind of actions/verbs. Now sure how to convert them into the nouns.
Looking for some suggestions.