Found 599 results for "gitana 4.0 developers api resources vault get-vaults-vaultid-teams-teamkey-members"
The search executed in 0.013795106 seconds. That's fast.
Gitana / 4.0 / Reference / Types / VaultVault A Data Store Platform Vault Table of Contents Overview Parent Objects Properties Methods Examples Schema A vault is a data store where you store backups, replications and exports of your data. A vault contains archives which are packages of your data. Note Drop in one of our language drivers to accelerate your development. Here are links to some of our popular Cookbooks to help you get started! C# Go Java JavaScript PHP Python Ruby Parent This Vault is contained within a Platform. Objects
Score: 9.007074
|
|
Gitana / 3.2 / Guide / Guide / API / Data Types / VaultVault A vault is a data store where you store backups, replications and exports of your data. A vault contains archives which are packages of your data. Configuration As with all data stores, this data store maintain a configuration document that contains system and custom properties. You can write your own properties onto this configuration document if you wish. You might use those properties to query and retrieve the directory at a later time. Some system properties are read-only and others ar
Score: 8.97681
|
|
Gitana / 4.0 / Developers / Cookbooks / Ruby CookbookRuby Cookbook Getting Started The Ruby driver is published to https://rubygems.org/gems/cloudcms Install the gem as you would any other Gem gem install cloudcms You may choose to use Bundler or other dependency management tool. Connecting to Gitana To connect, create a file called gitana.json in a folder location readable by your application. For information on how to acquire this file, please read up on API Keys. Load the library containing the driver: require 'cloudcms' Connect to Cloud CMS by
Score: 8.936762
|
|
Gitana / 4.0 / Developers / Cookbooks / Scripting CookbookScripting Cookbook Getting Started To get started with Server-Side Scripting, please visit the Server Side Scripting page. Code Samples Here are some code samples of common data structures to help you get started. Increment a Property With this example, we want to keep track of a counter that tracks the number of updates made to a node. After a node is created, if the user clicks update ten times, we want to have a counter on the node that indicates it has been updated ten times. This script sho
Score: 8.91309
|
|
Gitana / 4.0 / Developers / Cookbooks / C# Cookbook
C# Cookbook Getting Started To get started with the C# driver, visit Gitana C# Driver Page or the Github Page. It is written with .NET Core and can be used in any compatible project. You can install the driver via the command line: dotnet add package cloudcms
or from within Visual Studio: Install-Package cloudcms
Or by adding this to your .csproj file (you may have to adjust the version):
Score: 8.708013
|
|
Gitana / 3.2 / Guide / Guide / Docker / Configuration / API ServerAPI Server The Cloud CMS API Server is a Java application that launches inside of a Java Servlet Container. The Java application surfaces a REST API as well as backend services and DAOs to support connectivity to Mongo DB, Elastic Search and a slew of Amazon services including S3, SNS, SQS, Route 53, Cloud Front and more. Properties File Cloud CMS is primarily configured via a properties file that is auto-detected and loaded when the underlying Spring Framework starts up. This properties file is
Score: 8.661775
|
|
Gitana / 3.2 / Guide / Guide / TreeTree Content that is organized into folders can be retrieved using the Tree API. The Tree API lets you pull back an entire path-based folder and file structure of content within a single API call. The API call lets you specify a root node, a maximum depth to traverse down the path structure, paths that should be automatically expanded and query terms for filtering of root nodes. The Tree API is deal to support a variety of cases including: retrieval of multiple deeply-nested paths within a singl
Score: 8.450341
|
|
Gitana / 4.0 / Content Engine / Discovery / TreeTree Content that is organized into folders can be retrieved using the Tree API. The Tree API lets you pull back an entire path-based folder and file structure of content within a single API call. The API call lets you specify a root node, a maximum depth to traverse down the path structure, paths that should be automatically expanded and query terms for filtering of root nodes. The Tree API is deal to support a variety of cases including: retrieval of multiple deeply-nested paths within a singl
Score: 8.450341
|
|
Documentation: Home - Overview - GitanaDocumentation: Home - Overview - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI services to
Score: 8.393706
|
|
Gitana / 4.0 / Developers / Cookbooks / Java Cookbook
Java Cookbook Getting Started To get started with the Java driver, please visit the GitanaJava Driver Page. We recommend that you use Maven. At a minimum, you will need to add the following repository declaration to your pom.xml file:
Score: 8.301222
|
|
Gitana / 4.0 / Developers / Cookbooks / JavaScript 2.0 CookbookJavaScript 2.0 Cookbook Getting Started To get started with the JavaScript driver, please visit the Gitana JavaScript 2.0 Driver Page. This JavaScript driver, in contrast to the Gitana JavaScript 1.0 Driver, fully supports ECMAScript promises, which makes it easier to seamlessly integrate with your javascript apps. Connecting to Gitana You can connect and then use this driver in three different but equivalent ways: Async / Await Promises Callbacks Async / Await const cloudcms = require("cloudcms
Score: 8.256939
|
|
Gitana / 3.2 / Guide / Guide / Docker / Monitoring API Server with an APMMonitoring API Server with an APM The Cloud CMS API Server is a Java application that launches inside of a Java Servlet Container. As such, Application Performance Montioring (APM) frameworks such as New Relic can be used to monitor performance metrics and other run-time data. Production Performance Although APM frameworks are designed such that they do not impact production performance more than is necessary, the impact is not zero. Cloud CMS Support may, therefore, ask you to disable monitorin
Score: 7.9818215
|
|
Gitana / 3.2 / Guide / Guide / Cookbooks / REST API CookbookREST API Cookbook Getting Started This guide assumes that you have already installed an HTTP client with which you will be making requests. However, it is highly recommended that you look at our language drivers and you read about the one that you will be using in your application. Connecting to Cloud CMS CloudCMS uses OAuth2 to perform authentication, and as such to connect you will have to perform the authentication handshake manually to connect directly with the rest api. The specifics of thi
Score: 7.8257437
|
|
Gitana / 4.0 / Developers / Cookbooks / Node.js CookbookNode.js Cookbook Getting Started To get started with the Node.js driver, please visit the Cloud CMS Node.js Driver Page. One thing to keep in mind is that the Node.js driver is based on the JavaScript driver. As such, they're pretty similar. That said, the Node.js driver can do a few important tricks that you can't do in the JavaScript driver. Connecting to Cloud CMS To connect, create a file called gitana.json in your application root. For information on how to acquire this file, please read up
Score: 7.8193235
|
|
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / vault-subcontextvault-subcontext [ { "evaluator": "context-vault", "condition": true, "config": { "vault-subcontext": { "items": [ { "key": "vault", "title": "Vault", "order": 1000, "header": true, "items": [ { "key": "vault/overview", "title": "Overview", "uri": "#/vaults/{vaultId}", "order": 100 }, {
Score: 7.796012
|
|
Gitana / 4.0 / Developers / User Interface Customization / Contexts / vault-subcontextvault-subcontext [ { "evaluator": "context-vault", "condition": true, "config": { "vault-subcontext": { "items": [ { "key": "vault", "title": "Vault", "order": 1000, "header": true, "items": [ { "key": "vault/overview", "title": "Overview", "uri": "#/vaults/{vaultId}", "order": 100 }, {
Score: 7.796012
|
|
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / context-vaultcontext-vault If a Vault is currently being observed. { "evaluator": "context-vault" }
Score: 7.703337
|
|
Gitana / 4.0 / Developers / User Interface Customization / Evaluators / context-vaultcontext-vault If a Vault is currently being observed. { "evaluator": "context-vault" }
Score: 7.703337
|
|
Careers - GitanaCareers - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI services to enhance and curate con
Score: 7.4876814
|
|
Gitana / 4.0 / Developers / Command Line Interface / CommandsCommands The following commands are available:
Score: 7.4444523
|
|
Quick Start - GitanaQuick Start - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI services to enhance and curate
Score: 7.323331
|
|
Contact Us - GitanaContact Us - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI services to enhance and curate
Score: 7.317522
|
|
Product Releases - GitanaProduct Releases - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI services to enhance and c
Score: 7.2809777
|
|
Gitana / 3.2 / Guide / Guide / CookbooksCookbooks We've put together the following Cook Books to help you get started coding using the Cloud CMS drivers. Content Modeling Cookbook C# Cookbook Go Cookbook Java Cookbook JavaScript (Legacy) Cookbook JavaScript 2.0 Cookbook Node.js Cookbook PHP Cookbook Python Cookbook REST API Cookbook Ruby Cookbook Scripting Cookbook
Score: 7.2052736
|
|
Gitana / 4.0 / Developers / Cookbooks / OverviewCookbooks We've put together the following Cook Books to help you get started coding using the Cloud CMS drivers. Content Modeling Cookbook C# Cookbook Go Cookbook Java Cookbook JavaScript (Legacy) Cookbook JavaScript 2.0 Cookbook Node.js Cookbook PHP Cookbook Python Cookbook REST API Cookbook Ruby Cookbook Scripting Cookbook
Score: 7.2052736
|