This PR introduces storage properties related endpoint definitions.
It includes changes provided in PR#141 which will be closed.
Added a new GET endpoint definition to get storage properties /nodes/{nodeId}/storage-info/{contentPropName}
Added 2 new POST endpoint definitions for archive (/nodes/{nodeId}/storage-info/{contentPropName}/archive) and archive-restore (/nodes/{nodeId}/storage-info/{contentPropName}/archive-restore) operations
This PR introduces storage properties related endpoint definitions. It includes changes provided in PR#141 which will be closed.
/nodes/{nodeId}/storage-info/{contentPropName}
/nodes/{nodeId}/storage-info/{contentPropName}/archive
) and archive-restore (/nodes/{nodeId}/storage-info/{contentPropName}/archive-restore
) operationscontentPropNameParam
path parameter definiotnContentStorageInfo
model object definition to handle StorageProps exposure in responseRestoreArchivedContentRequest
,ArchiveContentRequest
)