Found 479 results for "docs api templates"
The search executed in 0.002172339 seconds. That's fast.
Gitana / 3.2 / Guide / Guide / Multifactor Authentication / Providers / Duo SecurityDuo Security Cloud CMS supports [https://duo.com/](Duo Security) for Multifactor Authentication. Cloud CMS is not a listed in the Duo Admin Console when "Protecting" an application. Instead, use the "Auth API" type. To configure Duo Security, you will need to supply the following from the Duo "Auth API" "Details": integrationKey secretKey apiHost These values are available from your Duo Security Settings page. Service Descriptor If you're adding an Authenticator via a Service Descriptor: the Des
Score: 1.1661637
|
|
Gitana / 4.0 / Data Engine / Authentication / Multifactor Authentication / Providers / Duo SecurityDuo Security Cloud CMS supports [https://duo.com/](Duo Security) for Multifactor Authentication. Cloud CMS is not a listed in the Duo Admin Console when "Protecting" an application. Instead, use the "Auth API" type. To configure Duo Security, you will need to supply the following from the Duo "Auth API" "Details": integrationKey secretKey apiHost These values are available from your Duo Security Settings page. Service Descriptor If you're adding an Authenticator via a Service Descriptor: the Des
Score: 1.1661637
|
|
Gitana / 3.2 / Guide / Guide / IntegrationsIntegrations Cloud CMS allows you to connect to external cloud-based services for purposes of things like: external data storage for binary data auto-record updates to dns servers event handling to cloud notification handlers To configure these services, you simply create a service descriptor via the main interface: Service descriptors are declared once and can be re-used multiple times within your platform, across different projects and applications. Service descriptors are encrypted on the ser
Score: 1.1613649
|
|
Gitana / 4.0 / Data Engine / Integrations / OverviewIntegrations Cloud CMS allows you to connect to external cloud-based services for purposes of things like: external data storage for binary data auto-record updates to dns servers event handling to cloud notification handlers To configure these services, you simply create a service descriptor via the main interface: Service descriptors are declared once and can be re-used multiple times within your platform, across different projects and applications. Service descriptors are encrypted on the ser
Score: 1.1613649
|
|
Access Cloud CMS content anonymously or as a guest userThis question often comes up from folks who are building HTML applications that run in a browser. They'd like the browser to connect to Cloud CMS to download content and display it. Usually this consists of things like images but also may consist of other types of content in Cloud CMS such as raw nodes, PDF files, video assets or more. OAuth 2.0 and Access Tokens Fundamentally, everything in Cloud CMS is secured from an access perspective using OAuth 2.0. This means that an OAuth 2.0 access toke
Score: 1.1576536
|
|
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: 1.1433183
|
|
Gitana / 3.2 / Guide / Guide / Application Server / Installation / Standalone InstallationStandalone Installation The Cloud CMS Application Server is a Node.js / Express-based Application that can be downloaded and run with very little setup. All you need to do is provide your Cloud CMS account credentials and the Cloud CMS Application Server will connect and come online ready to serve your content. Node.js To get started, you will need Node.js. Please visit http://www.node.js.org to download Node.js for your platform. Git You will also need to be familiar with Git. The source for th
Score: 1.1403219
|
|
Gitana / 3.2 / Guide / Guide / Docker / Security Notices / CVE-2021-44228CVE-2021-44228 Cloud CMS API Container Cloud CMS API docker containers prior to version 3.2.71 ship with a version of Log4j2 that contains the vulnerability identified on December 9, 2021 as CVE-2021-44228. The Cloud CMS API shipped with recent versions packages with Log4j2 version 2.10.1 and runs on JDK 11.0.2. While the Cloud CMS product does not use Log4j lookups and does not use JNDI, we still recommend taking mitigation steps for this vulnerability. For purposes of mitigating CVE-2021-44228
Score: 1.1403219
|
|
Gitana / 4.0 / Developers / Application Server / Installation / Standalone InstallationStandalone Installation The Cloud CMS Application Server is a Node.js / Express-based Application that can be downloaded and run with very little setup. All you need to do is provide your Cloud CMS account credentials and the Cloud CMS Application Server will connect and come online ready to serve your content. Node.js To get started, you will need Node.js. Please visit http://www.node.js.org to download Node.js for your platform. Git You will also need to be familiar with Git. The source for th
Score: 1.1403219
|
|
Gitana / 4.0 / Self Managed / Configuration / OverviewConfiguration Antivirus Server API Server Encrypting Properties UI Server
Score: 1.1340041
|
|
Gitana / 3.2 / Guide / Guide / Docker / ConfigurationConfiguration Antivirus Server API Server Encrypting Properties Support UI Server
Score: 1.1322465
|
|
Gitana / 3.2 / Guide / Guide / QueryQuery Cloud CMS provides SQL-like, structured query for all of your content. The platform uses MongoDB under the hood to store the JSON for your content. MongoDB offers a powerful, unmatched query engine so that you can execute complex lookups of your content to support both your editorial and runtime application needs. The platform also offers "composite" query operations which let you layer MongoDB queries on top of Elastic Search DSL searches and traversals around node objects. Cloud CMS auto
Score: 1.1250528
|
|
Gitana / 4.0 / Data Engine / Discovery / QueryQuery Cloud CMS provides SQL-like, structured query for all of your content. The platform uses MongoDB under the hood to store the JSON for your content. MongoDB offers a powerful, unmatched query engine so that you can execute complex lookups of your content to support both your editorial and runtime application needs. The platform also offers "composite" query operations which let you layer MongoDB queries on top of Elastic Search DSL searches and traversals around node objects. Cloud CMS auto
Score: 1.1250528
|
|
Gitana / 4.0 / Developers / API / Resources / Application / Retrieves the API Keys information for an application deploymentRetrieves the API Keys information for an application deployment This method supports pagination.
Score: 1.1235396
|
|
Gitana / 3.2 / Guide / Guide / Application Server / Tags / @dependency@dependency Indicates that the cache state for a WCM-generated page has a dependency. Dependencies play two important roles within Cloud CMS. First, they indicate to the runtime whether the previously cached output for a page may be used to service a future request ("requirements"). And second, they identify which data objects were used to build the page output ("produces"). This latter information is then be used to invalidate page objects when content items change within the Cloud CMS editoria
Score: 1.1227255
|
|
Gitana / 3.2 / Guide / Guide / Forms / Fields / Related ContentRelated Content ID: related-content The related-content field type renders an upload field that is pre-configured to upload assets and store them as standalone document nodes within the content graph. This is useful, say, if you wanted to let end users upload images and store them in an /Images folder. Sample configuration: { "type": "related-content", "uploadPath": "/Images" } The related content control should be modeled on top of either an object or an array field. This is very simil
Score: 1.1227255
|
|
Gitana / 4.0 / Developers / Application Server / Tags / @dependency@dependency Indicates that the cache state for a WCM-generated page has a dependency. Dependencies play two important roles within Cloud CMS. First, they indicate to the runtime whether the previously cached output for a page may be used to service a future request ("requirements"). And second, they identify which data objects were used to build the page output ("produces"). This latter information is then be used to invalidate page objects when content items change within the Cloud CMS editoria
Score: 1.1227255
|
|
Gitana / 4.0 / Forms / CMS / Fields / Related ContentRelated Content ID: related-content The related-content field type renders an upload field that is pre-configured to upload assets and store them as standalone document nodes within the content graph. This is useful, say, if you wanted to let end users upload images and store them in an /Images folder. Sample configuration: { "type": "related-content", "uploadPath": "/Images" } The related content control should be modeled on top of either an object or an array field. This is very simil
Score: 1.1227255
|
|
Gitana / 4.0 / Developers / API / Resources / Application / Retrieves the API Keys information for all deployments of an applicationRetrieves the API Keys information for all deployments of an application This method supports pagination.
Score: 1.1200942
|
|
Gitana / 3.2 / Guide / Guide / Application Server / Services / FlowFlow Provides API services for browser-side UI application wizards whose configuration is defined in JSON. { "flow": { "enabled": true } }
Score: 1.1166699
|
|
Gitana / 4.0 / Developers / Application Server / Services / FlowFlow Provides API services for browser-side UI application wizards whose configuration is defined in JSON. { "flow": { "enabled": true } }
Score: 1.1166699
|
|
Gitana / 3.2 / Guide / Guide / User Interface / Projects / Deleted ItemsDeleted Items Cloud CMS provides a "copy on write" mechanism for any creates, updates or deletes to the content in a branch. This means that whenever you delete something, you're actually masking it as deleted. The content itself is never destroyed or removed permanently. As such, it is always possible walk backwards in time and discover content that was deleted - all the way back to the moment when your branch or repository was created. To make things easier, Cloud CMS provides a "deletions" in
Score: 1.1094879
|
|
Gitana / 4.0 / User Interface / Projects / Deleted ItemsDeleted Items Cloud CMS provides a "copy on write" mechanism for any creates, updates or deletes to the content in a branch. This means that whenever you delete something, you're actually masking it as deleted. The content itself is never destroyed or removed permanently. As such, it is always possible walk backwards in time and discover content that was deleted - all the way back to the moment when your branch or repository was created. To make things easier, Cloud CMS provides a "deletions" in
Score: 1.1094879
|
|
CEM - shuffling deck chairs on the titanicGoing back 15 years, we’ve seen the core of providing websites shift across various types of “platforms” - from Web Content Management (WCM) to Enterprise Content Management (ECM) to Customer Experience Management (CEM). Every iteration involved another set of technologies, and associated migration headaches. Each expansion also consumed more and more of the resulting presentation tier. At first, this was mostly a good thing as no standard mechanisms existed to facilitate efforts. However, in th
Score: 1.1051434
|
|
Pricing: Hosted Options - GitanaPricing: Hosted Options - 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 enhanc
Score: 1.1023186
|