111 instance.uptime (detail) fix

This commit is contained in:
msyu
2025-05-20 21:23:04 +03:00
parent ce91993b92
commit e99c2af2a3
6 changed files with 315 additions and 25 deletions
@@ -251,6 +251,7 @@
<cfset arguments.qParam.param_value = serializeJson(map)/>
</cffunction>
<cffunction name="generateValueList" returntype="string" access="public">
<cfargument name="functionName" type="string" required="true"/>
<!--- остальные атрибуты необязательные, в argumentCollection (еще вопрос, насколько безопасно объявлять один из аргументов без остальных) --->
@@ -271,6 +272,7 @@
</cfswitch>
</cffunction>
<cffunction name="getAvailableResourceRealms" returnType="string" access="public">
<cfargument name="svcId"/>
<cfargument name="contractId"/>