Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various provider improvements to make it operational. #1

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 102 additions & 0 deletions docs/data-sources/check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "nodeping_check Data Source - terraform-provider-nodeping"
subcategory: ""
description: |-

---

# nodeping_check (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- `contentstring` (String)
- `customer_id` (String)
- `data` (Map of String)
- `dep` (String)
- `description` (String)
- `dnsrd` (Boolean)
- `dnssection` (String)
- `dnstoresolve` (String)
- `dnstype` (String)
- `dohdot` (String)
- `edns` (Map of String)
- `email` (String)
- `fields` (Block Set) (see [below for nested schema](#nestedblock--fields))
- `follow` (Boolean)
- `homeloc` (String)
- `ignore` (String)
- `invert` (Boolean)
- `ipv6` (Boolean)
- `method` (String)
- `notifications` (Block Set) (see [below for nested schema](#nestedblock--notifications))
- `password` (String)
- `port` (Number)
- `postdata` (String)
- `receiveheaders` (Map of String)
- `regex` (Boolean)
- `runlocations` (Set of String)
- `secure` (String)
- `sendheaders` (Map of String)
- `sens` (Number)
- `servername` (String)
- `snmpcom` (String)
- `snmpv` (String)
- `statuscode` (Number)
- `threshold` (Number)
- `transport` (String)
- `username` (String)
- `verify` (Boolean)
- `verifyvolume` (Boolean)
- `volumemin` (Number)
- `warningdays` (Number)
- `whoisserver` (String)

### Read-Only

- `checktoken` (String)
- `clientcert` (String)
- `created` (Number)
- `enabled` (String)
- `firstdown` (Number)
- `id` (String) The ID of this resource.
- `interval` (Number)
- `label` (String)
- `modified` (Number)
- `public` (Boolean)
- `queue` (String)
- `state` (Number)
- `status` (String)
- `target` (String)
- `type` (String)
- `uuid` (String)

<a id="nestedblock--fields"></a>
### Nested Schema for `fields`

Required:

- `max` (Number)
- `min` (Number)
- `name` (String)

Optional:

- `id` (String)


<a id="nestedblock--notifications"></a>
### Nested Schema for `notifications`

Required:

- `contact` (String)
- `delay` (Number)
- `schedule` (String)
46 changes: 46 additions & 0 deletions docs/data-sources/contact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "nodeping_contact Data Source - terraform-provider-nodeping"
subcategory: ""
description: |-

---

# nodeping_contact (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- `customer_id` (String)

### Read-Only

- `addresses` (Set of Object) (see [below for nested schema](#nestedatt--addresses))
- `custrole` (String)
- `id` (String) The ID of this resource.
- `name` (String)
- `type` (String)

<a id="nestedatt--addresses"></a>
### Nested Schema for `addresses`

Read-Only:

- `action` (String)
- `address` (String)
- `data` (Map of String)
- `headers` (Map of String)
- `id` (String)
- `priority` (Number)
- `querystrings` (Map of String)
- `suppressall` (Boolean)
- `suppressdown` (Boolean)
- `suppressfirst` (Boolean)
- `suppressup` (Boolean)
- `type` (String)
30 changes: 30 additions & 0 deletions docs/data-sources/customer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "nodeping_customer Data Source - terraform-provider-nodeping"
subcategory: ""
description: |-

---

# nodeping_customer (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- `emailme` (Boolean)

### Read-Only

- `creation_date` (Number)
- `id` (String) The ID of this resource.
- `location` (String)
- `name` (String)
- `parent` (String)
- `status` (String)
- `timezone` (String)
26 changes: 26 additions & 0 deletions docs/data-sources/group.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "nodeping_group Data Source - terraform-provider-nodeping"
subcategory: ""
description: |-

---

# nodeping_group (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- `customer_id` (String)
- `members` (List of String)
- `name` (String)

### Read-Only

- `id` (String) The ID of this resource.
41 changes: 41 additions & 0 deletions docs/data-sources/schedule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "nodeping_schedule Data Source - terraform-provider-nodeping"
subcategory: ""
description: |-

---

# nodeping_schedule (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `name` (String)

### Optional

- `customer_id` (String)

### Read-Only

- `data` (Set of Object) (see [below for nested schema](#nestedatt--data))
- `id` (String) The ID of this resource.

<a id="nestedatt--data"></a>
### Nested Schema for `data`

Read-Only:

- `allday` (Boolean)
- `day` (String)
- `disabled` (Boolean)
- `exclude` (Boolean)
- `time1` (String)
- `time2` (String)
20 changes: 20 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "nodeping Provider"
subcategory: ""
description: |-

---

# nodeping Provider





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `token` (String, Sensitive) NodePing API token - used for an authentication against NodePing API.
98 changes: 98 additions & 0 deletions docs/resources/check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "nodeping_check Resource - terraform-provider-nodeping"
subcategory: ""
description: |-

---

# nodeping_check (Resource)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `type` (String)

### Optional

- `clientcert` (String)
- `contentstring` (String)
- `customer_id` (String)
- `data` (Map of String)
- `dep` (String)
- `description` (String)
- `dnsrd` (Boolean)
- `dnssection` (String)
- `dnstoresolve` (String)
- `dnstype` (String)
- `dohdot` (String)
- `edns` (Map of String)
- `email` (String)
- `enabled` (String)
- `fields` (Block Set) (see [below for nested schema](#nestedblock--fields))
- `follow` (Boolean)
- `homeloc` (String)
- `ignore` (String)
- `interval` (Number)
- `invert` (Boolean)
- `ipv6` (Boolean)
- `label` (String)
- `method` (String)
- `notifications` (Block Set) (see [below for nested schema](#nestedblock--notifications))
- `password` (String)
- `port` (Number)
- `postdata` (String)
- `public` (Boolean)
- `receiveheaders` (Map of String)
- `regex` (Boolean)
- `runlocations` (Set of String)
- `secure` (String)
- `sendheaders` (Map of String)
- `sens` (Number)
- `servername` (String)
- `snmpcom` (String)
- `snmpv` (String)
- `statuscode` (Number)
- `target` (String)
- `threshold` (Number)
- `transport` (String)
- `username` (String)
- `verify` (Boolean)
- `verifyvolume` (Boolean)
- `volumemin` (Number)
- `warningdays` (Number)
- `whoisserver` (String)

### Read-Only

- `checktoken` (String)
- `id` (String) The ID of this resource.

<a id="nestedblock--fields"></a>
### Nested Schema for `fields`

Required:

- `max` (Number)
- `min` (Number)
- `name` (String)

Optional:

- `id` (String)


<a id="nestedblock--notifications"></a>
### Nested Schema for `notifications`

Required:

- `contact` (String)
- `delay` (Number)
- `schedule` (String)
Loading