cloud/automation Flashcards
What API uses SSH 22?
Ansible
What API uses HTTPS 10002?
Chef
What API uses HTTPS 8140?
Puppet
What data model has kvps separated with ,?
What is it used for?
JSON
REST API
What data model starts with “ ?
What is it used for?
Chef DSL
cookbook?
What data model starts with :: and has => ?
Puppet DSL
manifest
What data model has objects separated with HTML-like tags (angle brackets with /key)
XML
REST API
What data model starts with — ?
What is it used for?
YAML
Ansible playbook/REST
What data format has meaningless whitespace?
JSON/XML
What data format has meaningful whitespace?
YAML
In what data format is whitespace significant?
What API is this used for?
YAML
Ansible
CRUD - HTTP verb:
Create
Create POST
CRUD - HTTP verb:
Read
Read GET
CRUD - HTTP verb:
Update
Update PUT/PATCH
CRUD - HTTP verb:
Delete
Delete DELETE