ETSINFV.DOCKER.V 2: Difference between revisions
No edit summary |
|||
Line 3: | Line 3: | ||
== '''1 Solution information''' == | == '''1 Solution information''' == | ||
{| class="wikitable" | {| class="wikitable" | ||
|'''Solution Name''' | |'''Solution Name [M]''' | ||
|Docker v2 | |Docker v2 | ||
|- | |- | ||
|'''Description''' | |'''Description [M]''' | ||
|ETSI-registered CIR Connection Info defining the interface and access parameters to use a Docker<sup>TM</sup>-based CIR, to be signalled via the APIs specified in ETSI GS NFV-SOL 003. | |ETSI-registered CIR Connection Info defining the interface and access parameters to use a Docker<sup>TM</sup>-based CIR, to be signalled via the APIs specified in ETSI GS NFV-SOL 003. | ||
The API of a Docker<sup>TM</sup>-based CIR is specified in ETSI GS NFV-SOL 018. | The API of a Docker<sup>TM</sup>-based CIR is specified in ETSI GS NFV-SOL 018. | ||
Valid for Docker<sup>TM</sup> Registry API V2. | Valid for Docker<sup>TM</sup> Registry API V2. | ||
|- | |- | ||
|'''Specification URI''' | |'''Specification URI [O]''' | ||
|[https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/ https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/018/] | |[https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/ https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/018/] | ||
|} | |} | ||
Line 17: | Line 17: | ||
== '''2 Registration information''' == | == '''2 Registration information''' == | ||
{| class="wikitable" | {| class="wikitable" | ||
|'''Registrant name''' | |'''Registrant name [M]''' | ||
|ETSI ISG NFV | |ETSI ISG NFV | ||
|} | |} | ||
Line 23: | Line 23: | ||
== '''3 Requested vimType identifier''' == | == '''3 Requested vimType identifier''' == | ||
{| class="wikitable" | {| class="wikitable" | ||
|'''Registrant''' | |'''Registrant [M]''' | ||
| | | | ||
|'''VIM Name''' | |'''VIM Name [M]''' | ||
| | | | ||
|'''Version''' | |'''Version [O]''' | ||
|- | |- | ||
|ETSINFV | |ETSINFV | ||
Line 39: | Line 39: | ||
Purpose: Provides information about the interface or interfaces to the CIR, such as the URI of an interface endpoint to communicate with the CIR. | Purpose: Provides information about the interface or interfaces to the CIR, such as the URI of an interface endpoint to communicate with the CIR. | ||
{| class="wikitable" | {| class="wikitable" | ||
|'''interfaceInfo''' | |'''interfaceInfo [M]''' | ||
|- | |- | ||
| | | | ||
<code> | <code>{ | ||
{ | |||
"$schema": "http://json-schema.org/draft-07/schema#", | "$schema": "http://json-schema.org/draft-07/schema#", | ||
"title": "interfaceInfo", | "title": "interfaceInfo", | ||
Line 68: | Line 67: | ||
} | } | ||
} | } | ||
}</code> | |||
} | |||
</code> | |||
|} | |} | ||
Line 76: | Line 73: | ||
Purpose: Provides authentication credentials for accessing the CIR, and other access-related information. | Purpose: Provides authentication credentials for accessing the CIR, and other access-related information. | ||
{| class="wikitable" | {| class="wikitable" | ||
|'''accessInfo''' | |'''accessInfo [M]''' | ||
|- | |- | ||
| | | | ||
Line 110: | Line 107: | ||
} | } | ||
} | } | ||
}</code> | |||
} | |||
</code> | |||
|} | |} | ||
Revision as of 15:10, 24 April 2022
Insert non-formatted text here[back to VimConnectionInfo registry]
1 Solution information
Solution Name [M] | Docker v2 |
Description [M] | ETSI-registered CIR Connection Info defining the interface and access parameters to use a DockerTM-based CIR, to be signalled via the APIs specified in ETSI GS NFV-SOL 003.
The API of a DockerTM-based CIR is specified in ETSI GS NFV-SOL 018. Valid for DockerTM Registry API V2. |
Specification URI [O] | https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/018/ |
2 Registration information
Registrant name [M] | ETSI ISG NFV |
3 Requested vimType identifier
Registrant [M] | VIM Name [M] | Version [O] | ||
ETSINFV | . | DOCKER | . | V_2 |
4 JSON schema definition of "interfaceInfo"
Purpose: Provides information about the interface or interfaces to the CIR, such as the URI of an interface endpoint to communicate with the CIR.
interfaceInfo [M] |
|
5 JSON schema definition of "accessInfo"
Purpose: Provides authentication credentials for accessing the CIR, and other access-related information.
accessInfo [M] |
|
6 JSON schema definition of "extra"
Purpose: Provides optional additional CIR type specific information.
extra |
not specified
|