diff --git a/v1/Application.cfc b/v1/Application.cfc index 9d11ad4..06671bd 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -51,7 +51,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="Deck API"; - variables.framework.docs.APIVersion="0.116"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.117"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); diff --git a/v1/resources/instance_operation_cfs_param.cfc b/v1/resources/instance_operation_cfs_param.cfc index b754bbe..476ddc4 100644 --- a/v1/resources/instance_operation_cfs_param.cfc +++ b/v1/resources/instance_operation_cfs_param.cfc @@ -42,6 +42,8 @@ sop.is_sensitive sop.man sop.func + sop.nested_ref + sop.config from instance_operation_cfs_param iop join svc_operation_cfs_param sop on (iop.svc_operation_cfs_param_id=sop.svc_operation_cfs_param_id) @@ -67,7 +69,10 @@ - + + + + @@ -294,5 +299,72 @@ + + + + + + + + + + select iop.param_value + from instance_operation_cfs_param iop + join svc_operation_cfs_param sop on (iop.svc_operation_cfs_param_id=sop.svc_operation_cfs_param_id) + where iop.instance_operation_uid= + AND sop.svc_operation_cfs_param='resourceRealm' + order by 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + select properties::text + from resource_realm + where resource_realm='ngcloud.ru' + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v1/resources/instance_operation_default.cfc b/v1/resources/instance_operation_default.cfc index 0c8dfe3..88e506f 100644 --- a/v1/resources/instance_operation_default.cfc +++ b/v1/resources/instance_operation_default.cfc @@ -86,6 +86,10 @@ p.descr p.man p.sort + p.nested_ref + + p.config::text + null as nested_ref_data ( select 1 from svc_operation_cfs_param m join svc_operation om on (m.svc_operation_id=om.svc_operation_id) @@ -117,7 +121,15 @@ - + + + + + +