losant_rest 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/docs/_schemas.md +2454 -666
- data/docs/application.md +21 -21
- data/docs/applicationApiToken.md +1 -1
- data/docs/applicationApiTokens.md +1 -1
- data/docs/applicationCertificate.md +3 -3
- data/docs/applicationCertificateAuthorities.md +2 -2
- data/docs/applicationCertificateAuthority.md +3 -3
- data/docs/applicationCertificates.md +2 -2
- data/docs/applicationDashboard.md +4 -4
- data/docs/applicationDashboards.md +2 -2
- data/docs/applicationJobLog.md +1 -1
- data/docs/applicationJobLogs.md +1 -1
- data/docs/applicationKey.md +3 -3
- data/docs/applicationKeys.md +2 -2
- data/docs/applicationTemplate.md +1 -1
- data/docs/applicationTemplates.md +3 -3
- data/docs/applications.md +4 -4
- data/docs/auditLog.md +1 -1
- data/docs/auditLogs.md +1 -1
- data/docs/credential.md +4 -4
- data/docs/credentials.md +2 -2
- data/docs/dashboard.md +3 -3
- data/docs/dashboards.md +2 -2
- data/docs/data.md +3 -3
- data/docs/dataTable.md +5 -5
- data/docs/dataTableRow.md +3 -3
- data/docs/dataTableRows.md +6 -6
- data/docs/dataTables.md +2 -2
- data/docs/device.md +14 -14
- data/docs/deviceAttribute.md +3 -3
- data/docs/deviceAttributes.md +2 -2
- data/docs/deviceRecipe.md +4 -4
- data/docs/deviceRecipes.md +2 -2
- data/docs/devices.md +14 -14
- data/docs/edgeDeployment.md +1 -1
- data/docs/edgeDeployments.md +4 -4
- data/docs/embeddedDeployment.md +1 -1
- data/docs/embeddedDeployments.md +5 -5
- data/docs/event.md +3 -3
- data/docs/events.md +6 -6
- data/docs/experience.md +2 -2
- data/docs/experienceDomain.md +3 -3
- data/docs/experienceDomains.md +2 -2
- data/docs/experienceEndpoint.md +4 -4
- data/docs/experienceEndpoints.md +3 -3
- data/docs/experienceGroup.md +3 -3
- data/docs/experienceGroups.md +2 -2
- data/docs/experienceSlug.md +3 -3
- data/docs/experienceSlugs.md +2 -2
- data/docs/experienceUser.md +3 -3
- data/docs/experienceUsers.md +2 -2
- data/docs/experienceVersion.md +3 -3
- data/docs/experienceVersions.md +2 -2
- data/docs/experienceView.md +4 -4
- data/docs/experienceViews.md +2 -2
- data/docs/file.md +5 -5
- data/docs/files.md +2 -2
- data/docs/flow.md +11 -11
- data/docs/flowVersion.md +6 -6
- data/docs/flowVersions.md +3 -3
- data/docs/flows.md +5 -5
- data/docs/instance.md +8 -8
- data/docs/instanceApiToken.md +1 -1
- data/docs/instanceApiTokens.md +1 -1
- data/docs/instanceAuditLog.md +1 -1
- data/docs/instanceAuditLogs.md +1 -1
- data/docs/instanceCustomNode.md +5 -5
- data/docs/instanceCustomNodes.md +2 -2
- data/docs/instanceMember.md +1 -1
- data/docs/instanceMembers.md +1 -1
- data/docs/instanceNotificationRule.md +5 -5
- data/docs/instanceNotificationRules.md +2 -2
- data/docs/instanceOrg.md +7 -7
- data/docs/instanceOrgInvite.md +1 -1
- data/docs/instanceOrgInvites.md +1 -1
- data/docs/instanceOrgMember.md +1 -1
- data/docs/instanceOrgMembers.md +1 -1
- data/docs/instanceOrgs.md +2 -2
- data/docs/instanceSandbox.md +7 -7
- data/docs/instanceSandboxes.md +1 -1
- data/docs/instances.md +1 -1
- data/docs/integration.md +3 -3
- data/docs/integrations.md +2 -2
- data/docs/me.md +20 -20
- data/docs/notebook.md +9 -9
- data/docs/notebooks.md +2 -2
- data/docs/org.md +13 -13
- data/docs/orgs.md +2 -2
- data/docs/privateFile.md +5 -5
- data/docs/privateFiles.md +2 -2
- data/docs/resourceJob.md +6 -6
- data/docs/resourceJobs.md +2 -2
- data/docs/userApiToken.md +3 -3
- data/docs/userApiTokens.md +2 -2
- data/docs/userOauthToken.md +125 -0
- data/docs/userOauthTokens.md +87 -0
- data/docs/webhook.md +3 -3
- data/docs/webhooks.md +2 -2
- data/lib/platform_rest/application.rb +20 -20
- data/lib/platform_rest/application_api_token.rb +1 -1
- data/lib/platform_rest/application_api_tokens.rb +1 -1
- data/lib/platform_rest/application_certificate.rb +3 -3
- data/lib/platform_rest/application_certificate_authorities.rb +2 -2
- data/lib/platform_rest/application_certificate_authority.rb +3 -3
- data/lib/platform_rest/application_certificates.rb +2 -2
- data/lib/platform_rest/application_dashboard.rb +4 -4
- data/lib/platform_rest/application_dashboards.rb +2 -2
- data/lib/platform_rest/application_job_log.rb +1 -1
- data/lib/platform_rest/application_job_logs.rb +1 -1
- data/lib/platform_rest/application_key.rb +3 -3
- data/lib/platform_rest/application_keys.rb +2 -2
- data/lib/platform_rest/application_template.rb +1 -1
- data/lib/platform_rest/application_templates.rb +3 -3
- data/lib/platform_rest/applications.rb +3 -3
- data/lib/platform_rest/audit_log.rb +1 -1
- data/lib/platform_rest/audit_logs.rb +1 -1
- data/lib/platform_rest/client.rb +10 -2
- data/lib/platform_rest/credential.rb +4 -4
- data/lib/platform_rest/credentials.rb +2 -2
- data/lib/platform_rest/dashboard.rb +3 -3
- data/lib/platform_rest/dashboards.rb +2 -2
- data/lib/platform_rest/data.rb +3 -3
- data/lib/platform_rest/data_table.rb +5 -5
- data/lib/platform_rest/data_table_row.rb +3 -3
- data/lib/platform_rest/data_table_rows.rb +6 -6
- data/lib/platform_rest/data_tables.rb +2 -2
- data/lib/platform_rest/device.rb +14 -14
- data/lib/platform_rest/device_attribute.rb +3 -3
- data/lib/platform_rest/device_attributes.rb +2 -2
- data/lib/platform_rest/device_recipe.rb +4 -4
- data/lib/platform_rest/device_recipes.rb +2 -2
- data/lib/platform_rest/devices.rb +14 -14
- data/lib/platform_rest/edge_deployment.rb +1 -1
- data/lib/platform_rest/edge_deployments.rb +4 -4
- data/lib/platform_rest/embedded_deployment.rb +1 -1
- data/lib/platform_rest/embedded_deployments.rb +5 -5
- data/lib/platform_rest/event.rb +3 -3
- data/lib/platform_rest/events.rb +6 -6
- data/lib/platform_rest/experience.rb +2 -2
- data/lib/platform_rest/experience_domain.rb +3 -3
- data/lib/platform_rest/experience_domains.rb +2 -2
- data/lib/platform_rest/experience_endpoint.rb +4 -4
- data/lib/platform_rest/experience_endpoints.rb +3 -3
- data/lib/platform_rest/experience_group.rb +3 -3
- data/lib/platform_rest/experience_groups.rb +2 -2
- data/lib/platform_rest/experience_slug.rb +3 -3
- data/lib/platform_rest/experience_slugs.rb +2 -2
- data/lib/platform_rest/experience_user.rb +3 -3
- data/lib/platform_rest/experience_users.rb +2 -2
- data/lib/platform_rest/experience_version.rb +3 -3
- data/lib/platform_rest/experience_versions.rb +2 -2
- data/lib/platform_rest/experience_view.rb +4 -4
- data/lib/platform_rest/experience_views.rb +2 -2
- data/lib/platform_rest/file.rb +4 -4
- data/lib/platform_rest/files.rb +2 -2
- data/lib/platform_rest/flow.rb +11 -11
- data/lib/platform_rest/flow_version.rb +6 -6
- data/lib/platform_rest/flow_versions.rb +3 -3
- data/lib/platform_rest/flows.rb +5 -5
- data/lib/platform_rest/instance.rb +8 -8
- data/lib/platform_rest/instance_api_token.rb +1 -1
- data/lib/platform_rest/instance_api_tokens.rb +1 -1
- data/lib/platform_rest/instance_audit_log.rb +1 -1
- data/lib/platform_rest/instance_audit_logs.rb +1 -1
- data/lib/platform_rest/instance_custom_node.rb +5 -5
- data/lib/platform_rest/instance_custom_nodes.rb +2 -2
- data/lib/platform_rest/instance_member.rb +1 -1
- data/lib/platform_rest/instance_members.rb +1 -1
- data/lib/platform_rest/instance_notification_rule.rb +5 -5
- data/lib/platform_rest/instance_notification_rules.rb +2 -2
- data/lib/platform_rest/instance_org.rb +7 -7
- data/lib/platform_rest/instance_org_invite.rb +1 -1
- data/lib/platform_rest/instance_org_invites.rb +1 -1
- data/lib/platform_rest/instance_org_member.rb +1 -1
- data/lib/platform_rest/instance_org_members.rb +1 -1
- data/lib/platform_rest/instance_orgs.rb +2 -2
- data/lib/platform_rest/instance_sandbox.rb +7 -7
- data/lib/platform_rest/instance_sandboxes.rb +1 -1
- data/lib/platform_rest/instances.rb +1 -1
- data/lib/platform_rest/integration.rb +3 -3
- data/lib/platform_rest/integrations.rb +2 -2
- data/lib/platform_rest/me.rb +20 -20
- data/lib/platform_rest/notebook.rb +8 -8
- data/lib/platform_rest/notebooks.rb +2 -2
- data/lib/platform_rest/org.rb +13 -13
- data/lib/platform_rest/orgs.rb +2 -2
- data/lib/platform_rest/private_file.rb +4 -4
- data/lib/platform_rest/private_files.rb +2 -2
- data/lib/platform_rest/resource_job.rb +6 -6
- data/lib/platform_rest/resource_jobs.rb +2 -2
- data/lib/platform_rest/user_api_token.rb +3 -3
- data/lib/platform_rest/user_api_tokens.rb +2 -2
- data/lib/platform_rest/user_oauth_token.rb +170 -0
- data/lib/platform_rest/user_oauth_tokens.rb +132 -0
- data/lib/platform_rest/version.rb +1 -1
- data/lib/platform_rest/webhook.rb +3 -3
- data/lib/platform_rest/webhooks.rb +2 -2
- data/lib/platform_rest.rb +2 -0
- data/schemas/apiToken.json +100 -0
- data/schemas/apiTokenPatch.json +100 -0
- data/schemas/apiTokenPost.json +118 -0
- data/schemas/apiTokens.json +100 -0
- data/schemas/applicationDashboardPost.json +4 -0
- data/schemas/dashboard.json +4 -0
- data/schemas/dashboardPatch.json +4 -0
- data/schemas/dashboardPost.json +4 -0
- data/schemas/dashboards.json +4 -0
- data/schemas/githubLogin.json +18 -0
- data/schemas/instanceOrgMemberPatch.json +2 -2
- data/schemas/instanceOrgMemberPost.json +4 -4
- data/schemas/instanceOrgPost.json +4 -4
- data/schemas/oauthClient.json +107 -0
- data/schemas/oauthClientPost.json +89 -0
- data/schemas/oauthDcrError.json +23 -0
- data/schemas/oauthError.json +31 -0
- data/schemas/org.json +2 -2
- data/schemas/orgInvite.json +2 -2
- data/schemas/orgInviteCollection.json +2 -2
- data/schemas/orgInvitePost.json +2 -2
- data/schemas/orgInvites.json +2 -2
- data/schemas/orgMemberPatch.json +2 -2
- data/schemas/orgRoleInfo.json +2 -2
- data/schemas/orgs.json +2 -2
- data/schemas/samlResponse.json +18 -0
- data/schemas/userCredentials.json +18 -0
- data/schemas/userOauthToken.json +207 -0
- data/schemas/userOauthTokenPatch.json +123 -0
- data/schemas/userOauthTokenPost.json +197 -0
- data/schemas/userOauthTokens.json +248 -0
- data/schemas/userPost.json +18 -0
- metadata +13 -1
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, experienceVersions.*, or experienceVersions.get.
|
|
40
|
+
# all.Application, all.Application.bounded, all.Application.cli, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.cli, all.User.read, experienceVersions.*, or experienceVersions.get.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} applicationId - ID associated with the application
|
|
@@ -93,7 +93,7 @@ module PlatformRest
|
|
|
93
93
|
# The client must be configured with a valid api
|
|
94
94
|
# access token to call this action. The token
|
|
95
95
|
# must include at least one of the following scopes:
|
|
96
|
-
# all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, experienceVersions.*, or experienceVersions.post.
|
|
96
|
+
# all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, experienceVersions.*, or experienceVersions.post.
|
|
97
97
|
#
|
|
98
98
|
# Parameters:
|
|
99
99
|
# * {string} applicationId - ID associated with the application
|
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, experienceView.*, or experienceView.delete.
|
|
40
|
+
# all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, experienceView.*, or experienceView.delete.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} applicationId - ID associated with the application
|
|
@@ -83,7 +83,7 @@ module PlatformRest
|
|
|
83
83
|
# The client must be configured with a valid api
|
|
84
84
|
# access token to call this action. The token
|
|
85
85
|
# must include at least one of the following scopes:
|
|
86
|
-
# all.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, experienceView.*, or experienceView.get.
|
|
86
|
+
# all.Application, all.Application.bounded, all.Application.cli, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.cli, all.User.read, experienceView.*, or experienceView.get.
|
|
87
87
|
#
|
|
88
88
|
# Parameters:
|
|
89
89
|
# * {string} applicationId - ID associated with the application
|
|
@@ -131,7 +131,7 @@ module PlatformRest
|
|
|
131
131
|
# The client must be configured with a valid api
|
|
132
132
|
# access token to call this action. The token
|
|
133
133
|
# must include at least one of the following scopes:
|
|
134
|
-
# all.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, experienceView.*, or experienceView.linkedResources.
|
|
134
|
+
# all.Application, all.Application.bounded, all.Application.cli, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.cli, all.User.read, experienceView.*, or experienceView.linkedResources.
|
|
135
135
|
#
|
|
136
136
|
# Parameters:
|
|
137
137
|
# * {string} applicationId - ID associated with the application
|
|
@@ -181,7 +181,7 @@ module PlatformRest
|
|
|
181
181
|
# The client must be configured with a valid api
|
|
182
182
|
# access token to call this action. The token
|
|
183
183
|
# must include at least one of the following scopes:
|
|
184
|
-
# all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, experienceView.*, or experienceView.patch.
|
|
184
|
+
# all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, experienceView.*, or experienceView.patch.
|
|
185
185
|
#
|
|
186
186
|
# Parameters:
|
|
187
187
|
# * {string} applicationId - ID associated with the application
|
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, experienceViews.*, or experienceViews.get.
|
|
40
|
+
# all.Application, all.Application.bounded, all.Application.cli, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.cli, all.User.read, experienceViews.*, or experienceViews.get.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} applicationId - ID associated with the application
|
|
@@ -97,7 +97,7 @@ module PlatformRest
|
|
|
97
97
|
# The client must be configured with a valid api
|
|
98
98
|
# access token to call this action. The token
|
|
99
99
|
# must include at least one of the following scopes:
|
|
100
|
-
# all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, experienceViews.*, or experienceViews.post.
|
|
100
|
+
# all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, experienceViews.*, or experienceViews.post.
|
|
101
101
|
#
|
|
102
102
|
# Parameters:
|
|
103
103
|
# * {string} applicationId - ID associated with the application
|
data/lib/platform_rest/file.rb
CHANGED
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, file.*, or file.delete.
|
|
40
|
+
# all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, file.*, or file.delete.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} applicationId - ID associated with the application
|
|
@@ -83,7 +83,7 @@ module PlatformRest
|
|
|
83
83
|
# The client must be configured with a valid api
|
|
84
84
|
# access token to call this action. The token
|
|
85
85
|
# must include at least one of the following scopes:
|
|
86
|
-
# all.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, file.*, or file.get.
|
|
86
|
+
# all.Application, all.Application.bounded, all.Application.cli, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.cli, all.User.read, file.*, or file.get.
|
|
87
87
|
#
|
|
88
88
|
# Parameters:
|
|
89
89
|
# * {string} applicationId - ID associated with the application
|
|
@@ -129,7 +129,7 @@ module PlatformRest
|
|
|
129
129
|
# The client must be configured with a valid api
|
|
130
130
|
# access token to call this action. The token
|
|
131
131
|
# must include at least one of the following scopes:
|
|
132
|
-
# all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, file.*, or file.move.
|
|
132
|
+
# all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, file.*, or file.move.
|
|
133
133
|
#
|
|
134
134
|
# Parameters:
|
|
135
135
|
# * {string} applicationId - ID associated with the application
|
|
@@ -179,7 +179,7 @@ module PlatformRest
|
|
|
179
179
|
# The client must be configured with a valid api
|
|
180
180
|
# access token to call this action. The token
|
|
181
181
|
# must include at least one of the following scopes:
|
|
182
|
-
# all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, file.*, or file.patch.
|
|
182
|
+
# all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, file.*, or file.patch.
|
|
183
183
|
#
|
|
184
184
|
# Parameters:
|
|
185
185
|
# * {string} applicationId - ID associated with the application
|
data/lib/platform_rest/files.rb
CHANGED
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, files.*, or files.get.
|
|
40
|
+
# all.Application, all.Application.bounded, all.Application.cli, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.cli, all.User.read, files.*, or files.get.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} applicationId - ID associated with the application
|
|
@@ -99,7 +99,7 @@ module PlatformRest
|
|
|
99
99
|
# The client must be configured with a valid api
|
|
100
100
|
# access token to call this action. The token
|
|
101
101
|
# must include at least one of the following scopes:
|
|
102
|
-
# all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, files.*, or files.post.
|
|
102
|
+
# all.Application, all.Application.bounded, all.Application.cli, all.Organization, all.Organization.bounded, all.User, all.User.bounded, all.User.cli, files.*, or files.post.
|
|
103
103
|
#
|
|
104
104
|
# Parameters:
|
|
105
105
|
# * {string} applicationId - ID associated with the application
|
data/lib/platform_rest/flow.rb
CHANGED
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Application, all.Organization, all.User, flow.*, or flow.clearStorageEntries.
|
|
40
|
+
# all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flow.*, or flow.clearStorageEntries.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} applicationId - ID associated with the application
|
|
@@ -83,7 +83,7 @@ module PlatformRest
|
|
|
83
83
|
# The client must be configured with a valid api
|
|
84
84
|
# access token to call this action. The token
|
|
85
85
|
# must include at least one of the following scopes:
|
|
86
|
-
# all.Application, all.Organization, all.User, flow.*, or flow.delete.
|
|
86
|
+
# all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flow.*, or flow.delete.
|
|
87
87
|
#
|
|
88
88
|
# Parameters:
|
|
89
89
|
# * {string} applicationId - ID associated with the application
|
|
@@ -129,7 +129,7 @@ module PlatformRest
|
|
|
129
129
|
# The client must be configured with a valid api
|
|
130
130
|
# access token to call this action. The token
|
|
131
131
|
# must include at least one of the following scopes:
|
|
132
|
-
# all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flow.*, or flow.errors.
|
|
132
|
+
# all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flow.*, or flow.errors.
|
|
133
133
|
#
|
|
134
134
|
# Parameters:
|
|
135
135
|
# * {string} applicationId - ID associated with the application
|
|
@@ -187,7 +187,7 @@ module PlatformRest
|
|
|
187
187
|
# The client must be configured with a valid api
|
|
188
188
|
# access token to call this action. The token
|
|
189
189
|
# must include at least one of the following scopes:
|
|
190
|
-
# all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flow.*, or flow.get.
|
|
190
|
+
# all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flow.*, or flow.get.
|
|
191
191
|
#
|
|
192
192
|
# Parameters:
|
|
193
193
|
# * {string} applicationId - ID associated with the application
|
|
@@ -235,7 +235,7 @@ module PlatformRest
|
|
|
235
235
|
# The client must be configured with a valid api
|
|
236
236
|
# access token to call this action. The token
|
|
237
237
|
# must include at least one of the following scopes:
|
|
238
|
-
# all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flow.*, or flow.log.
|
|
238
|
+
# all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flow.*, or flow.log.
|
|
239
239
|
#
|
|
240
240
|
# Parameters:
|
|
241
241
|
# * {string} applicationId - ID associated with the application
|
|
@@ -285,7 +285,7 @@ module PlatformRest
|
|
|
285
285
|
# The client must be configured with a valid api
|
|
286
286
|
# access token to call this action. The token
|
|
287
287
|
# must include at least one of the following scopes:
|
|
288
|
-
# all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flow.*, or flow.getStorageEntries.
|
|
288
|
+
# all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flow.*, or flow.getStorageEntries.
|
|
289
289
|
#
|
|
290
290
|
# Parameters:
|
|
291
291
|
# * {string} applicationId - ID associated with the application
|
|
@@ -331,7 +331,7 @@ module PlatformRest
|
|
|
331
331
|
# The client must be configured with a valid api
|
|
332
332
|
# access token to call this action. The token
|
|
333
333
|
# must include at least one of the following scopes:
|
|
334
|
-
# all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flow.*, or flow.getStorageEntriesMetadata.
|
|
334
|
+
# all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flow.*, or flow.getStorageEntriesMetadata.
|
|
335
335
|
#
|
|
336
336
|
# Parameters:
|
|
337
337
|
# * {string} applicationId - ID associated with the application
|
|
@@ -377,7 +377,7 @@ module PlatformRest
|
|
|
377
377
|
# The client must be configured with a valid api
|
|
378
378
|
# access token to call this action. The token
|
|
379
379
|
# must include at least one of the following scopes:
|
|
380
|
-
# all.Application, all.Organization, all.User, flow.*, or flow.patch.
|
|
380
|
+
# all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flow.*, or flow.patch.
|
|
381
381
|
#
|
|
382
382
|
# Parameters:
|
|
383
383
|
# * {string} applicationId - ID associated with the application
|
|
@@ -428,7 +428,7 @@ module PlatformRest
|
|
|
428
428
|
# The client must be configured with a valid api
|
|
429
429
|
# access token to call this action. The token
|
|
430
430
|
# must include at least one of the following scopes:
|
|
431
|
-
# all.Application, all.Organization, all.User, flow.*, or flow.pressVirtualButton.
|
|
431
|
+
# all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flow.*, or flow.pressVirtualButton.
|
|
432
432
|
#
|
|
433
433
|
# Parameters:
|
|
434
434
|
# * {string} applicationId - ID associated with the application
|
|
@@ -477,7 +477,7 @@ module PlatformRest
|
|
|
477
477
|
# The client must be configured with a valid api
|
|
478
478
|
# access token to call this action. The token
|
|
479
479
|
# must include at least one of the following scopes:
|
|
480
|
-
# all.Application, all.Organization, all.User, flow.*, or flow.setStorageEntry.
|
|
480
|
+
# all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flow.*, or flow.setStorageEntry.
|
|
481
481
|
#
|
|
482
482
|
# Parameters:
|
|
483
483
|
# * {string} applicationId - ID associated with the application
|
|
@@ -526,7 +526,7 @@ module PlatformRest
|
|
|
526
526
|
# The client must be configured with a valid api
|
|
527
527
|
# access token to call this action. The token
|
|
528
528
|
# must include at least one of the following scopes:
|
|
529
|
-
# all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flow.*, or flow.stats.
|
|
529
|
+
# all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flow.*, or flow.stats.
|
|
530
530
|
#
|
|
531
531
|
# Parameters:
|
|
532
532
|
# * {string} applicationId - ID associated with the application
|
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Application, all.Organization, all.User, flowVersion.*, or flowVersion.delete.
|
|
40
|
+
# all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flowVersion.*, or flowVersion.delete.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} applicationId - ID associated with the application
|
|
@@ -85,7 +85,7 @@ module PlatformRest
|
|
|
85
85
|
# The client must be configured with a valid api
|
|
86
86
|
# access token to call this action. The token
|
|
87
87
|
# must include at least one of the following scopes:
|
|
88
|
-
# all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flowVersion.*, or flowVersion.errors.
|
|
88
|
+
# all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flowVersion.*, or flowVersion.errors.
|
|
89
89
|
#
|
|
90
90
|
# Parameters:
|
|
91
91
|
# * {string} applicationId - ID associated with the application
|
|
@@ -143,7 +143,7 @@ module PlatformRest
|
|
|
143
143
|
# The client must be configured with a valid api
|
|
144
144
|
# access token to call this action. The token
|
|
145
145
|
# must include at least one of the following scopes:
|
|
146
|
-
# all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flowVersion.*, or flowVersion.get.
|
|
146
|
+
# all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flowVersion.*, or flowVersion.get.
|
|
147
147
|
#
|
|
148
148
|
# Parameters:
|
|
149
149
|
# * {string} applicationId - ID associated with the application
|
|
@@ -193,7 +193,7 @@ module PlatformRest
|
|
|
193
193
|
# The client must be configured with a valid api
|
|
194
194
|
# access token to call this action. The token
|
|
195
195
|
# must include at least one of the following scopes:
|
|
196
|
-
# all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flowVersion.*, or flowVersion.log.
|
|
196
|
+
# all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flowVersion.*, or flowVersion.log.
|
|
197
197
|
#
|
|
198
198
|
# Parameters:
|
|
199
199
|
# * {string} applicationId - ID associated with the application
|
|
@@ -245,7 +245,7 @@ module PlatformRest
|
|
|
245
245
|
# The client must be configured with a valid api
|
|
246
246
|
# access token to call this action. The token
|
|
247
247
|
# must include at least one of the following scopes:
|
|
248
|
-
# all.Application, all.Organization, all.User, flowVersion.*, or flowVersion.patch.
|
|
248
|
+
# all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flowVersion.*, or flowVersion.patch.
|
|
249
249
|
#
|
|
250
250
|
# Parameters:
|
|
251
251
|
# * {string} applicationId - ID associated with the application
|
|
@@ -298,7 +298,7 @@ module PlatformRest
|
|
|
298
298
|
# The client must be configured with a valid api
|
|
299
299
|
# access token to call this action. The token
|
|
300
300
|
# must include at least one of the following scopes:
|
|
301
|
-
# all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flowVersion.*, or flowVersion.stats.
|
|
301
|
+
# all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flowVersion.*, or flowVersion.stats.
|
|
302
302
|
#
|
|
303
303
|
# Parameters:
|
|
304
304
|
# * {string} applicationId - ID associated with the application
|
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Application, all.Organization, all.User, flowVersions.*, or flowVersions.delete.
|
|
40
|
+
# all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flowVersions.*, or flowVersions.delete.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} applicationId - ID associated with the application
|
|
@@ -87,7 +87,7 @@ module PlatformRest
|
|
|
87
87
|
# The client must be configured with a valid api
|
|
88
88
|
# access token to call this action. The token
|
|
89
89
|
# must include at least one of the following scopes:
|
|
90
|
-
# all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flowVersions.*, or flowVersions.get.
|
|
90
|
+
# all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flowVersions.*, or flowVersions.get.
|
|
91
91
|
#
|
|
92
92
|
# Parameters:
|
|
93
93
|
# * {string} applicationId - ID associated with the application
|
|
@@ -150,7 +150,7 @@ module PlatformRest
|
|
|
150
150
|
# The client must be configured with a valid api
|
|
151
151
|
# access token to call this action. The token
|
|
152
152
|
# must include at least one of the following scopes:
|
|
153
|
-
# all.Application, all.Organization, all.User, flowVersions.*, or flowVersions.post.
|
|
153
|
+
# all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flowVersions.*, or flowVersions.post.
|
|
154
154
|
#
|
|
155
155
|
# Parameters:
|
|
156
156
|
# * {string} applicationId - ID associated with the application
|
data/lib/platform_rest/flows.rb
CHANGED
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flows.*, or flows.get.
|
|
40
|
+
# all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flows.*, or flows.get.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} applicationId - ID associated with the application
|
|
@@ -104,7 +104,7 @@ module PlatformRest
|
|
|
104
104
|
# The client must be configured with a valid api
|
|
105
105
|
# access token to call this action. The token
|
|
106
106
|
# must include at least one of the following scopes:
|
|
107
|
-
# all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flows.*, or flows.getByVersion.
|
|
107
|
+
# all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flows.*, or flows.getByVersion.
|
|
108
108
|
#
|
|
109
109
|
# Parameters:
|
|
110
110
|
# * {string} applicationId - ID associated with the application
|
|
@@ -172,7 +172,7 @@ module PlatformRest
|
|
|
172
172
|
# The client must be configured with a valid api
|
|
173
173
|
# access token to call this action. The token
|
|
174
174
|
# must include at least one of the following scopes:
|
|
175
|
-
# all.Application, all.Organization, all.User, flows.*, or flows.import.
|
|
175
|
+
# all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flows.*, or flows.import.
|
|
176
176
|
#
|
|
177
177
|
# Parameters:
|
|
178
178
|
# * {string} applicationId - ID associated with the application
|
|
@@ -219,7 +219,7 @@ module PlatformRest
|
|
|
219
219
|
# The client must be configured with a valid api
|
|
220
220
|
# access token to call this action. The token
|
|
221
221
|
# must include at least one of the following scopes:
|
|
222
|
-
# all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, flows.*, or flows.palette.
|
|
222
|
+
# all.Application, all.Application.bounded, all.Application.read, all.Organization, all.Organization.bounded, all.Organization.read, all.User, all.User.bounded, all.User.read, flows.*, or flows.palette.
|
|
223
223
|
#
|
|
224
224
|
# Parameters:
|
|
225
225
|
# * {string} applicationId - ID associated with the application
|
|
@@ -263,7 +263,7 @@ module PlatformRest
|
|
|
263
263
|
# The client must be configured with a valid api
|
|
264
264
|
# access token to call this action. The token
|
|
265
265
|
# must include at least one of the following scopes:
|
|
266
|
-
# all.Application, all.Organization, all.User, flows.*, or flows.post.
|
|
266
|
+
# all.Application, all.Application.bounded, all.Organization, all.Organization.bounded, all.User, all.User.bounded, flows.*, or flows.post.
|
|
267
267
|
#
|
|
268
268
|
# Parameters:
|
|
269
269
|
# * {string} applicationId - ID associated with the application
|
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instance.*, or instance.deviceCounts.
|
|
40
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instance.*, or instance.deviceCounts.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -85,7 +85,7 @@ module PlatformRest
|
|
|
85
85
|
# The client must be configured with a valid api
|
|
86
86
|
# access token to call this action. The token
|
|
87
87
|
# must include at least one of the following scopes:
|
|
88
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instance.*, or instance.generateReport.
|
|
88
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instance.*, or instance.generateReport.
|
|
89
89
|
#
|
|
90
90
|
# Parameters:
|
|
91
91
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -130,7 +130,7 @@ module PlatformRest
|
|
|
130
130
|
# The client must be configured with a valid api
|
|
131
131
|
# access token to call this action. The token
|
|
132
132
|
# must include at least one of the following scopes:
|
|
133
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instance.*, or instance.get.
|
|
133
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instance.*, or instance.get.
|
|
134
134
|
#
|
|
135
135
|
# Parameters:
|
|
136
136
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -174,7 +174,7 @@ module PlatformRest
|
|
|
174
174
|
# The client must be configured with a valid api
|
|
175
175
|
# access token to call this action. The token
|
|
176
176
|
# must include at least one of the following scopes:
|
|
177
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instance.*, or instance.historicalSummaries.
|
|
177
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instance.*, or instance.historicalSummaries.
|
|
178
178
|
#
|
|
179
179
|
# Parameters:
|
|
180
180
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -231,7 +231,7 @@ module PlatformRest
|
|
|
231
231
|
# The client must be configured with a valid api
|
|
232
232
|
# access token to call this action. The token
|
|
233
233
|
# must include at least one of the following scopes:
|
|
234
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instance.*, or instance.notebookMinuteCounts.
|
|
234
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instance.*, or instance.notebookMinuteCounts.
|
|
235
235
|
#
|
|
236
236
|
# Parameters:
|
|
237
237
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -279,7 +279,7 @@ module PlatformRest
|
|
|
279
279
|
# The client must be configured with a valid api
|
|
280
280
|
# access token to call this action. The token
|
|
281
281
|
# must include at least one of the following scopes:
|
|
282
|
-
# all.Instance, all.User, instance.*, or instance.patch.
|
|
282
|
+
# all.Instance, all.Instance.bounded, all.User, all.User.bounded, instance.*, or instance.patch.
|
|
283
283
|
#
|
|
284
284
|
# Parameters:
|
|
285
285
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -325,7 +325,7 @@ module PlatformRest
|
|
|
325
325
|
# The client must be configured with a valid api
|
|
326
326
|
# access token to call this action. The token
|
|
327
327
|
# must include at least one of the following scopes:
|
|
328
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instance.*, or instance.payloadCounts.
|
|
328
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instance.*, or instance.payloadCounts.
|
|
329
329
|
#
|
|
330
330
|
# Parameters:
|
|
331
331
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -375,7 +375,7 @@ module PlatformRest
|
|
|
375
375
|
# The client must be configured with a valid api
|
|
376
376
|
# access token to call this action. The token
|
|
377
377
|
# must include at least one of the following scopes:
|
|
378
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instance.*, or instance.payloadCountsBreakdown.
|
|
378
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instance.*, or instance.payloadCountsBreakdown.
|
|
379
379
|
#
|
|
380
380
|
# Parameters:
|
|
381
381
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -83,7 +83,7 @@ module PlatformRest
|
|
|
83
83
|
# The client must be configured with a valid api
|
|
84
84
|
# access token to call this action. The token
|
|
85
85
|
# must include at least one of the following scopes:
|
|
86
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instanceApiToken.*, or instanceApiToken.get.
|
|
86
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceApiToken.*, or instanceApiToken.get.
|
|
87
87
|
#
|
|
88
88
|
# Parameters:
|
|
89
89
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instanceApiTokens.*, or instanceApiTokens.get.
|
|
40
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceApiTokens.*, or instanceApiTokens.get.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instanceAuditLog.*, or instanceAuditLog.get.
|
|
40
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceAuditLog.*, or instanceAuditLog.get.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instanceAuditLogs.*, or instanceAuditLogs.get.
|
|
40
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceAuditLogs.*, or instanceAuditLogs.get.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Instance, all.User, instanceCustomNode.*, or instanceCustomNode.delete.
|
|
40
|
+
# all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceCustomNode.*, or instanceCustomNode.delete.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -83,7 +83,7 @@ module PlatformRest
|
|
|
83
83
|
# The client must be configured with a valid api
|
|
84
84
|
# access token to call this action. The token
|
|
85
85
|
# must include at least one of the following scopes:
|
|
86
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instanceCustomNode.*, or instanceCustomNode.errors.
|
|
86
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceCustomNode.*, or instanceCustomNode.errors.
|
|
87
87
|
#
|
|
88
88
|
# Parameters:
|
|
89
89
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -137,7 +137,7 @@ module PlatformRest
|
|
|
137
137
|
# The client must be configured with a valid api
|
|
138
138
|
# access token to call this action. The token
|
|
139
139
|
# must include at least one of the following scopes:
|
|
140
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instanceCustomNode.*, or instanceCustomNode.get.
|
|
140
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceCustomNode.*, or instanceCustomNode.get.
|
|
141
141
|
#
|
|
142
142
|
# Parameters:
|
|
143
143
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -183,7 +183,7 @@ module PlatformRest
|
|
|
183
183
|
# The client must be configured with a valid api
|
|
184
184
|
# access token to call this action. The token
|
|
185
185
|
# must include at least one of the following scopes:
|
|
186
|
-
# all.Instance, all.User, instanceCustomNode.*, or instanceCustomNode.patch.
|
|
186
|
+
# all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceCustomNode.*, or instanceCustomNode.patch.
|
|
187
187
|
#
|
|
188
188
|
# Parameters:
|
|
189
189
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -232,7 +232,7 @@ module PlatformRest
|
|
|
232
232
|
# The client must be configured with a valid api
|
|
233
233
|
# access token to call this action. The token
|
|
234
234
|
# must include at least one of the following scopes:
|
|
235
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instanceCustomNode.*, or instanceCustomNode.stats.
|
|
235
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceCustomNode.*, or instanceCustomNode.stats.
|
|
236
236
|
#
|
|
237
237
|
# Parameters:
|
|
238
238
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instanceCustomNodes.*, or instanceCustomNodes.get.
|
|
40
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceCustomNodes.*, or instanceCustomNodes.get.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -92,7 +92,7 @@ module PlatformRest
|
|
|
92
92
|
# The client must be configured with a valid api
|
|
93
93
|
# access token to call this action. The token
|
|
94
94
|
# must include at least one of the following scopes:
|
|
95
|
-
# all.Instance, all.User, instanceCustomNodes.*, or instanceCustomNodes.post.
|
|
95
|
+
# all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceCustomNodes.*, or instanceCustomNodes.post.
|
|
96
96
|
#
|
|
97
97
|
# Parameters:
|
|
98
98
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -83,7 +83,7 @@ module PlatformRest
|
|
|
83
83
|
# The client must be configured with a valid api
|
|
84
84
|
# access token to call this action. The token
|
|
85
85
|
# must include at least one of the following scopes:
|
|
86
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instanceMember.*, or instanceMember.get.
|
|
86
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceMember.*, or instanceMember.get.
|
|
87
87
|
#
|
|
88
88
|
# Parameters:
|
|
89
89
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instanceMembers.*, or instanceMembers.get.
|
|
40
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceMembers.*, or instanceMembers.get.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Instance, all.User, instanceNotificationRule.*, or instanceNotificationRule.delete.
|
|
40
|
+
# all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceNotificationRule.*, or instanceNotificationRule.delete.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -83,7 +83,7 @@ module PlatformRest
|
|
|
83
83
|
# The client must be configured with a valid api
|
|
84
84
|
# access token to call this action. The token
|
|
85
85
|
# must include at least one of the following scopes:
|
|
86
|
-
# all.Instance, all.User, instanceNotificationRule.*, or instanceNotificationRule.evaluate.
|
|
86
|
+
# all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceNotificationRule.*, or instanceNotificationRule.evaluate.
|
|
87
87
|
#
|
|
88
88
|
# Parameters:
|
|
89
89
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -132,7 +132,7 @@ module PlatformRest
|
|
|
132
132
|
# The client must be configured with a valid api
|
|
133
133
|
# access token to call this action. The token
|
|
134
134
|
# must include at least one of the following scopes:
|
|
135
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instanceNotificationRule.*, or instanceNotificationRule.get.
|
|
135
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceNotificationRule.*, or instanceNotificationRule.get.
|
|
136
136
|
#
|
|
137
137
|
# Parameters:
|
|
138
138
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -178,7 +178,7 @@ module PlatformRest
|
|
|
178
178
|
# The client must be configured with a valid api
|
|
179
179
|
# access token to call this action. The token
|
|
180
180
|
# must include at least one of the following scopes:
|
|
181
|
-
# all.Instance, all.User, instanceNotificationRule.*, or instanceNotificationRule.logs.
|
|
181
|
+
# all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceNotificationRule.*, or instanceNotificationRule.logs.
|
|
182
182
|
#
|
|
183
183
|
# Parameters:
|
|
184
184
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -228,7 +228,7 @@ module PlatformRest
|
|
|
228
228
|
# The client must be configured with a valid api
|
|
229
229
|
# access token to call this action. The token
|
|
230
230
|
# must include at least one of the following scopes:
|
|
231
|
-
# all.Instance, all.User, instanceNotificationRule.*, or instanceNotificationRule.patch.
|
|
231
|
+
# all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceNotificationRule.*, or instanceNotificationRule.patch.
|
|
232
232
|
#
|
|
233
233
|
# Parameters:
|
|
234
234
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -37,7 +37,7 @@ module PlatformRest
|
|
|
37
37
|
# The client must be configured with a valid api
|
|
38
38
|
# access token to call this action. The token
|
|
39
39
|
# must include at least one of the following scopes:
|
|
40
|
-
# all.Instance, all.Instance.read, all.User, all.User.read, instanceNotificationRules.*, or instanceNotificationRules.get.
|
|
40
|
+
# all.Instance, all.Instance.bounded, all.Instance.read, all.User, all.User.bounded, all.User.read, instanceNotificationRules.*, or instanceNotificationRules.get.
|
|
41
41
|
#
|
|
42
42
|
# Parameters:
|
|
43
43
|
# * {string} instanceId - ID associated with the instance
|
|
@@ -92,7 +92,7 @@ module PlatformRest
|
|
|
92
92
|
# The client must be configured with a valid api
|
|
93
93
|
# access token to call this action. The token
|
|
94
94
|
# must include at least one of the following scopes:
|
|
95
|
-
# all.Instance, all.User, instanceNotificationRules.*, or instanceNotificationRules.post.
|
|
95
|
+
# all.Instance, all.Instance.bounded, all.User, all.User.bounded, instanceNotificationRules.*, or instanceNotificationRules.post.
|
|
96
96
|
#
|
|
97
97
|
# Parameters:
|
|
98
98
|
# * {string} instanceId - ID associated with the instance
|