Commit Graph

2 Commits (72c5295eed5ff8432ed930481e1b32fbf7896319)

Author SHA1 Message Date
Jason Stirnaman c27d2f0367
4758 link to explicit bucket schemas leads to 404 (#4783)
* fix: using the CLI and API to create a bucket with schema-type explicit

- Provide API request and response example.
- In current cloud, separate bucket creation from schema creation for simplicity.
- Give flags and properties similar formats.

* fix: explicit bucket-schema and create-bucket for cloud and iox

- Adds explicit bucket-schema page for cloud-iox
- Adds administer/buckets/create-bucket for cloud-iox
- Adds API examples for Cloud.

* fix(cloud): view buckets with API.

* fix(cloud-iox): view buckets.

* fix(all): fix reference.

* fix(cloud-iox): bucket-schema link (#4758)

* fix(cloud-iox): replace links with existing iox links.

* fix(cloud-iox): frontmatter.

* fix(cloud-iox): move bucket-schema page and add link to schema-design.

* Update content/influxdb/cloud-iox/administer/buckets/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/cloud-iox/administer/buckets/create-bucket.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/cloud-iox/administer/buckets/create-bucket.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/cloud-iox/administer/buckets/manage-explicit-bucket-schemas.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/cloud-iox/administer/buckets/manage-explicit-bucket-schemas.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/cloud-iox/administer/buckets/manage-explicit-bucket-schemas.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/cloud-iox/administer/buckets/manage-explicit-bucket-schemas.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/cloud/organizations/buckets/create-bucket.md

* Update content/influxdb/cloud/organizations/buckets/create-bucket.md

* Apply suggestions from code review

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/cloud/organizations/buckets/bucket-schema/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/cloud/organizations/buckets/bucket-schema/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* fix(cloud-iox): rename /administer to /admin (#4758)

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-03-10 17:05:14 -06:00
Jason Stirnaman e7858c75d0
Feature/2470 bucket schema (#2765)
feature: document new CLI support for managing explicit bucket schemas (#2470)
  * "explicit" schema-type for buckets
  * `bucket-schema` to manage measurement schemas for buckets
  * task-based overview of new bucket-schema feature in CLI for cloud.
  * reference docs for bucket-schema and bucket schema-type.
  * columns file examples.

other technical updates
* added shortcodes `get-leaf-text` and `get-assets-text`. Documented in CONTRIBUTING.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: null <kelseiv@users.noreply.github.com>
2021-07-07 11:53:54 -05:00