[chore] Fix naming of zos entities (#2520)
This commit is contained in:
parent
e22cda9829
commit
fe51a0ec64
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
This document defines z/OS software entity and documents how to populate other entities, such as `host` in the context of mainframes.
|
This document defines z/OS software entity and documents how to populate other entities, such as `host` in the context of mainframes.
|
||||||
|
|
||||||
<!-- semconv resource.zos.software -->
|
<!-- semconv entity.zos.software -->
|
||||||
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
|
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
|
||||||
<!-- see templates/registry/markdown/snippet.md.j2 -->
|
<!-- see templates/registry/markdown/snippet.md.j2 -->
|
||||||
<!-- prettier-ignore-start -->
|
<!-- prettier-ignore-start -->
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,4 @@
|
||||||
groups:
|
groups:
|
||||||
- id: resource.zos.software
|
|
||||||
type: resource
|
|
||||||
stability: development
|
|
||||||
name: zos.software
|
|
||||||
brief: A software resource running on a z/OS system.
|
|
||||||
attributes:
|
|
||||||
- ref: zos.sysplex.name
|
|
||||||
requirement_level: required
|
|
||||||
- ref: zos.smf.id
|
|
||||||
requirement_level: required
|
|
||||||
- ref: mainframe.lpar.name
|
|
||||||
- id: service.zos.software
|
- id: service.zos.software
|
||||||
type: attribute_group
|
type: attribute_group
|
||||||
stability: development
|
stability: development
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
groups:
|
||||||
|
- id: entity.zos.software
|
||||||
|
type: entity
|
||||||
|
stability: development
|
||||||
|
name: zos.software
|
||||||
|
brief: A software resource running on a z/OS system.
|
||||||
|
attributes:
|
||||||
|
- ref: zos.sysplex.name
|
||||||
|
requirement_level: required
|
||||||
|
- ref: zos.smf.id
|
||||||
|
requirement_level: required
|
||||||
|
- ref: mainframe.lpar.name
|
||||||
Loading…
Reference in New Issue