1 | | Version 1 of the sliver info extension |
| 1 | = Version 1 of the sliver info extension = |
| 2 | |
| 3 | Provide information within the manifest about the sliver - for use with reporting to the GMOC. |
| 4 | |
| 5 | |
| 6 | To be added to manifests |
| 7 | |
| 8 | geni_sliver_info is meant to extend the node or link element. |
| 9 | * creator_urn -- URN of the creator of the sliver |
| 10 | * creation_time -- time the sliver was created |
| 11 | * expiration_time -- time the sliver will expire |
| 12 | * start_time -- (optional) time when the sliver will actually be started (to cover the case when you schedule things for the future) |
| 13 | * state -- (optional) state of the sliver |
| 14 | * destroyed -- (optional) boolean indicating if the sliver has been deleted or otherwise removed |
| 15 | * error -- (optional) error string |