diff --git a/docs/ims/dev/ALL_META.TXT.json b/docs/ims/dev/ALL_META.TXT.json index c8c5b3d8..116a1419 100644 --- a/docs/ims/dev/ALL_META.TXT.json +++ b/docs/ims/dev/ALL_META.TXT.json @@ -3,7 +3,7 @@ "uri":"en-us_topic_0109822377.html", "product_code":"ims", "code":"1", - "des":"This document describes how to make calls to APIs designed for Image Management Service (IMS).For how to call APIs, see the Image Management Service API Reference.", + "des":"This document describes how to make calls to APIs designed for Image Management Service (IMS).For how to call APIs, see Image Management Service API Reference.", "doc_type":"devg", "kw":"Overview,Developer Guide", "title":"Overview", @@ -43,7 +43,7 @@ "uri":"en-us_topic_0109822381.html", "product_code":"ims", "code":"5", - "des":"A Windows or Linux ECS can be used to create a private image.Before creating the image, ensure that the ECS is stopped.The token obtained from Identity and Access Managem", + "des":"A Windows or Linux ECS can be used to create a private image.Before creating an image, ensure that the ECS is stopped.The token obtained from Identity and Access Manageme", "doc_type":"devg", "kw":"Creating an Image Using an ECS,Common Scenarios,Developer Guide", "title":"Creating an Image Using an ECS", diff --git a/docs/ims/dev/CLASS.TXT.json b/docs/ims/dev/CLASS.TXT.json index f490ff62..2eb49a29 100644 --- a/docs/ims/dev/CLASS.TXT.json +++ b/docs/ims/dev/CLASS.TXT.json @@ -1,6 +1,6 @@ [ { - "desc":"This document describes how to make calls to APIs designed for Image Management Service (IMS).For how to call APIs, see the Image Management Service API Reference.", + "desc":"This document describes how to make calls to APIs designed for Image Management Service (IMS).For how to call APIs, see Image Management Service API Reference.", "product_code":"ims", "title":"Overview", "uri":"en-us_topic_0109822377.html", @@ -36,7 +36,7 @@ "code":"4" }, { - "desc":"A Windows or Linux ECS can be used to create a private image.Before creating the image, ensure that the ECS is stopped.The token obtained from Identity and Access Managem", + "desc":"A Windows or Linux ECS can be used to create a private image.Before creating an image, ensure that the ECS is stopped.The token obtained from Identity and Access Manageme", "product_code":"ims", "title":"Creating an Image Using an ECS", "uri":"en-us_topic_0109822381.html", diff --git a/docs/ims/dev/en-us_topic_0109822367.html b/docs/ims/dev/en-us_topic_0109822367.html index ba61784b..49245b3f 100644 --- a/docs/ims/dev/en-us_topic_0109822367.html +++ b/docs/ims/dev/en-us_topic_0109822367.html @@ -62,7 +62,7 @@ "value": "ims_test" } ] -
  • Refer to "Updating Image Information" in the Image Management Service API Reference for details about the request response parameters.

    For details about status codes for request exceptions, see Status Codes.

    +
  • Refer to "Updating Image Information" in the Image Management Service API Reference for details about the request response parameters.

    For details about status codes for request errors, see Status Codes.

  • diff --git a/docs/ims/dev/en-us_topic_0109822368.html b/docs/ims/dev/en-us_topic_0109822368.html index 103d24d3..3a5d4409 100644 --- a/docs/ims/dev/en-us_topic_0109822368.html +++ b/docs/ims/dev/en-us_topic_0109822368.html @@ -10,7 +10,7 @@
  • IMS API used to delete an image (Native OpenStack API)

    URI format: DELETE https://IMS endpoint/v2/images/Image ID

  • -

    Procedure

    1. Obtain the token.
    2. Send DELETE https://IMS endpoint/v2/images/Image ID.
    3. Add X-Auth-Token to the request header.
    4. Check the status code. If the request is successful, 204 is returned.

      For details about status codes for request exceptions, see Status Codes.

      +

      Procedure

      1. Obtain the token.
      2. Send DELETE https://IMS endpoint/v2/images/Image ID.
      3. Add X-Auth-Token to the request header.
      4. Check the status code. If the request is successful, 204 is returned.

        For details about status codes for request errors, see Status Codes.

    diff --git a/docs/ims/dev/en-us_topic_0109822369.html b/docs/ims/dev/en-us_topic_0109822369.html index 4c060c28..ba921f5d 100644 --- a/docs/ims/dev/en-us_topic_0109822369.html +++ b/docs/ims/dev/en-us_topic_0109822369.html @@ -18,7 +18,7 @@ }

    If the request is successful, a job ID is returned.

  • Query job details using the job ID by referring to Querying Job Details.

    If the job status is SUCCESS, the private image is successfully created.

    -

    For details about status codes for request exceptions, see Status Codes.

    +

    For details about status codes for request errors, see Status Codes.

  • diff --git a/docs/ims/dev/en-us_topic_0109822370.html b/docs/ims/dev/en-us_topic_0109822370.html index 1f10c526..b0a86db5 100644 --- a/docs/ims/dev/en-us_topic_0109822370.html +++ b/docs/ims/dev/en-us_topic_0109822370.html @@ -17,7 +17,7 @@ }

    If the request is successful, a job ID is returned.

  • Query job details using the job ID by referring to Querying Job Details.

    If the job status is SUCCESS, the image is successfully replicated.

    -

    For details about status codes for request exceptions, see Status Codes.

    +

    For details about status codes for request errors, see Status Codes.

  • diff --git a/docs/ims/dev/en-us_topic_0109822377.html b/docs/ims/dev/en-us_topic_0109822377.html index 11a3e71e..f4f116b2 100644 --- a/docs/ims/dev/en-us_topic_0109822377.html +++ b/docs/ims/dev/en-us_topic_0109822377.html @@ -2,7 +2,7 @@

    Overview

    This document describes how to make calls to APIs designed for Image Management Service (IMS).

    -

    For how to call APIs, see the Image Management Service API Reference.

    +

    For how to call APIs, see Image Management Service API Reference.

    diff --git a/docs/ims/dev/en-us_topic_0109822381.html b/docs/ims/dev/en-us_topic_0109822381.html index 6fefcff3..29dfa912 100644 --- a/docs/ims/dev/en-us_topic_0109822381.html +++ b/docs/ims/dev/en-us_topic_0109822381.html @@ -2,7 +2,7 @@

    Creating an Image Using an ECS

    Scenario

    A Windows or Linux ECS can be used to create a private image.

    -
    • Before creating the image, ensure that the ECS is stopped.
    • The token obtained from Identity and Access Management (IAM) is valid for only 24 hours. If you want to use a token for authentication, you can cache it to avoid frequently calling the IAM API.
    +
    • Before creating an image, ensure that the ECS is stopped.
    • The token obtained from Identity and Access Management (IAM) is valid for only 24 hours. If you want to use a token for authentication, you can cache it to avoid frequently calling the IAM API.

    Involved APIs

    If you use a token for authentication, you must obtain the token and add X-Auth-Token to the request header of the IMS API when making an API call.

    @@ -23,7 +23,7 @@

    • If the request is successful, a job ID is returned.
    • If the request fails, an error code and error details are returned. For details, see Error Codes.
    1. Query job details using the job ID by referring to Querying Job Details.

      If the job status is SUCCESS, the private image is successfully created.

      -

      For details about status codes for request exceptions, see Status Codes.

      +

      For details about status codes for request errors, see Status Codes.

    2. Obtain the image ID from the job body and query, delete, and export the private image using the image ID.
    diff --git a/docs/ims/dev/en-us_topic_0109822382.html b/docs/ims/dev/en-us_topic_0109822382.html index 64e11cd0..0a9668b9 100644 --- a/docs/ims/dev/en-us_topic_0109822382.html +++ b/docs/ims/dev/en-us_topic_0109822382.html @@ -16,7 +16,7 @@ "image_url": "ims-image:centos70.qcow2", //Image file address (mandatory, string) "os_version": "CentOS 7.0 64bit", //OS version (optional, string) "is_config_init":true, //Initialized or not (optional, boolean) - "min_disk": 40, //Minimum system disk space (mandatory, integer) + "min_disk": 40, //Minimum system disk size (mandatory, integer) "is_config":true, //Whether to enable automatic configuration (optional, boolean) "tags": [ "aaa.111", @@ -28,7 +28,7 @@
  • Query job details using the job ID by referring to Querying Job Details.

    If the job status is SUCCESS, the private image is successfully created.

    -

    For details about status codes for request exceptions, see Status Codes.

    +

    For details about status codes for request errors, see Status Codes.

  • Obtain the image ID from the job body. You can query for image details based on the image ID. For details, see Queries Details About an Image.
  • diff --git a/docs/ims/dev/en-us_topic_0109822403.html b/docs/ims/dev/en-us_topic_0109822403.html index 7b9a6660..fd04445a 100644 --- a/docs/ims/dev/en-us_topic_0109822403.html +++ b/docs/ims/dev/en-us_topic_0109822403.html @@ -10,7 +10,7 @@
  • IMS API used to query the image list

    URI format: GET https://IMS endpoint/v2/cloudimages

  • -

    Procedure

    1. Obtain the token.
    2. Send GET https://IMS endpoint/v2/cloudimages.
    3. Add X-Auth-Token to the request header.
    4. Type question marks (?) and ampersands (&) at the end of the URI to define multiple search criteria, for example, https://IMS endpoint/v2/cloudimages?__imagetype=gold&sort_key=name&limit=1.
    5. Refer to "Querying Images" in the Image Management Service API Reference for parameter descriptions and response details.

      For details about status codes for request exceptions, see Status Codes.

      +

      Procedure

      1. Obtain the token.
      2. Send GET https://IMS endpoint/v2/cloudimages.
      3. Add X-Auth-Token to the request header.
      4. Type question marks (?) and ampersands (&) at the end of the URI to define multiple search criteria, for example, https://IMS endpoint/v2/cloudimages?__imagetype=gold&sort_key=name&limit=1.
      5. Refer to "Querying Images" in the Image Management Service API Reference for parameter descriptions and response details.

        For details about status codes for request errors, see Status Codes.

      Common Query Methods

      • Public images

        GET /v2/images?__imagetype=gold&visibility=public&protected=true

        diff --git a/docs/ims/dev/en-us_topic_0109822404.html b/docs/ims/dev/en-us_topic_0109822404.html index 309b3e9b..5e431102 100644 --- a/docs/ims/dev/en-us_topic_0109822404.html +++ b/docs/ims/dev/en-us_topic_0109822404.html @@ -11,7 +11,7 @@

      Procedure

      1. Obtain the token.
      2. Send GET https://IMS endpoint/v2/images/Image ID.
      3. Add X-Auth-Token to the request header.

        An example request is as follows: https://IMS endpoint/v2/images/33ad552d-1149-471c-8190-ff6776174a00.

        -
      4. Refer to "Querying Image Details (Native OpenStack API)" in Image Management Service API Reference for parameter descriptions and response details.

        For details about status codes for request exceptions, see Status Codes.

        +
      5. Refer to "Querying Image Details (Native OpenStack API)" in Image Management Service API Reference for parameter descriptions and response details.

        For details about status codes for request errors, see Status Codes.

    diff --git a/docs/ims/dev/en-us_topic_0110300592.html b/docs/ims/dev/en-us_topic_0110300592.html index fd87f65c..032b970a 100644 --- a/docs/ims/dev/en-us_topic_0110300592.html +++ b/docs/ims/dev/en-us_topic_0110300592.html @@ -16,12 +16,12 @@
  • Check the response parameters.
    {
         "status": "pending",  //Image is being shared
         "created_at": "2016-09-01T02:05:14Z",  //Time when the image is shared
    -    "updated_at": "2016-09-01T02:05:14Z", //Time when the image is updated
    +    "updated_at": "2016-09-01T02:05:14Z", //Time when the image status is updated
         "image_id": "d164b5df-1bc3-4c3f-893e-3e471fd16e64",  //Image ID
         "member_id": "edc89b490d7d4392898e19b2deb34797"  //Member ID (that is, project ID of the image recipient)
         "schema": "/v2/schemas/member"  //Image sharing schema
     }
    -

    For details about status codes for request exceptions, see Status Codes.

    +

    For details about status codes for request errors, see Status Codes.

  • diff --git a/docs/ims/dev/en-us_topic_0110300593.html b/docs/ims/dev/en-us_topic_0110300593.html index 7bd130df..8b403e31 100644 --- a/docs/ims/dev/en-us_topic_0110300593.html +++ b/docs/ims/dev/en-us_topic_0110300593.html @@ -11,17 +11,17 @@

    Procedure

    1. Obtain the token.
    2. Send PUT https://IMS endpoint/v2/images/Image ID/members/Member ID. Member ID indicates the project ID of the image recipient.
    3. Add X-Auth-Token to the request header.
    4. Specify the following parameters in the request body:
      {
      -    "status": "accepted"  //accepted indicates that the shared image will be accepted.
      +    "status": "accepted"  //Value: accepted or rejected
       }
    5. Check the response parameters.
      {
      -    "status": "accepted",  //Sharing status (accepted indicates that the shared image will be accepted.)
      +    "status": "accepted",  //Sharing status (value: accepted or rejected)
           "created_at": "2016-09-01T02:05:14Z",  //Time when the image is shared
      -    "updated_at": "2016-09-01T02:37:11Z",  //Time when the image is updated
      +    "updated_at": "2016-09-01T02:37:11Z",  //Time when the image status is updated
           "image_id": "d164b5df-1bc3-4c3f-893e-3e471fd16e64",  //Image ID
           "member_id": "edc89b490d7d4392898e19b2deb34797"  //Member ID (that is, project ID of the image recipient)
           "schema": "/v2/schemas/member"  //Image sharing schema
       }
      -

      For details about status codes for request exceptions, see Status Codes.

      +

      For details about status codes for request errors, see Status Codes.

    diff --git a/docs/ims/dev/en-us_topic_0110300594.html b/docs/ims/dev/en-us_topic_0110300594.html index 5dd4f34a..5dba570a 100644 --- a/docs/ims/dev/en-us_topic_0110300594.html +++ b/docs/ims/dev/en-us_topic_0110300594.html @@ -11,14 +11,14 @@

    Procedure

    1. Obtain the token.
    2. Send GET https://IMS endpoint/v2/images/Image ID/members/Member ID. Member ID indicates the project ID of the image recipient.
    3. Add X-Auth-Token to the request header.
    4. Check the response parameters.
      {
      -    "status": "accepted",  //Sharing status (accepted indicates that the shared image will be accepted.)
      +    "status": "accepted",  //Sharing status (value: accepted or rejected)
           "created_at": "2016-09-01T02:05:14Z",  //Time when the image is shared
      -    "updated_at": "2016-09-01T02:37:11Z",  //Time when the image is updated
      +    "updated_at": "2016-09-01T02:37:11Z",  //Time when the image status is updated
           "image_id": "d164b5df-1bc3-4c3f-893e-3e471fd16e64",  //Image ID
           "member_id": "edc89b490d7d4392898e19b2deb34797"  //Member ID (that is, project ID of the image recipient)
           "schema": "/v2/schemas/member"  //Image sharing schema
       }
      -

      For details about status codes for request exceptions, see Status Codes.

      +

      For details about status codes for request errors, see Status Codes.

    diff --git a/docs/ims/dev/en-us_topic_0110300595.html b/docs/ims/dev/en-us_topic_0110300595.html index 8b8068f8..dda50c22 100644 --- a/docs/ims/dev/en-us_topic_0110300595.html +++ b/docs/ims/dev/en-us_topic_0110300595.html @@ -11,14 +11,14 @@

    Procedure

    1. Obtain the token.
    2. Send GET https://IMS endpoint/v2/images/Image ID/members/.
    3. Add X-Auth-Token to the request header.
    4. Check the response parameters.
      {
      -    "status": "accepted",  //Sharing status (accepted indicates that the shared image will be accepted.)
      +    "status": "accepted",  //Sharing status (value: accepted or rejected)
           "created_at": "2016-09-01T02:05:14Z",  //Time when the image is shared
      -    "updated_at": "2016-09-01T02:37:11Z",  //Time when the image is updated
      +    "updated_at": "2016-09-01T02:37:11Z",  //Time when the image status is updated
           "image_id": "d164b5df-1bc3-4c3f-893e-3e471fd16e64",  //Image ID
           "member_id": "edc89b490d7d4392898e19b2deb34797"  //Member ID (that is, project ID of the image recipient)
           "schema": "/v2/schemas/member"  //Image sharing schema
       }
      -

      For details about status codes for request exceptions, see Status Codes.

      +

      For details about status codes for request errors, see Status Codes.

    diff --git a/docs/ims/dev/en-us_topic_0110300596.html b/docs/ims/dev/en-us_topic_0110300596.html index 5316a790..098baebc 100644 --- a/docs/ims/dev/en-us_topic_0110300596.html +++ b/docs/ims/dev/en-us_topic_0110300596.html @@ -11,7 +11,7 @@

    Procedure

    1. Obtain the token.
    2. Send DELETE https://IMS endpoint/v2/images/Image ID/members/Member ID. Member ID indicates the project ID of the image recipient.
    3. Add X-Auth-Token to the request header.

      If the request is successful, status code 204 is returned.

      -

      For details about status codes for request exceptions, see Status Codes.

      +

      For details about status codes for request errors, see Status Codes.

    diff --git a/docs/ims/dev/en-us_topic_0110300597.html b/docs/ims/dev/en-us_topic_0110300597.html index 9fcc924a..7a0cf917 100644 --- a/docs/ims/dev/en-us_topic_0110300597.html +++ b/docs/ims/dev/en-us_topic_0110300597.html @@ -22,7 +22,7 @@ }

    If the request is successful, a job ID is returned.

  • Query job details using the job ID by referring to Querying Job Details.

    If the job status is SUCCESS, the private image is successfully created.

    -

    For details about status codes for request exceptions, see Status Codes.

    +

    For details about status codes for request errors, see Status Codes.

  • diff --git a/docs/ims/dev/en-us_topic_0110300598.html b/docs/ims/dev/en-us_topic_0110300598.html index b7efc701..b7b912b3 100644 --- a/docs/ims/dev/en-us_topic_0110300598.html +++ b/docs/ims/dev/en-us_topic_0110300598.html @@ -16,11 +16,11 @@ "0b680482-acaa-4045-b14c-9a8c7dfe9c70" ], //Image IDs (mandatory, list<string>) "project_id": "edc89b490d7d4392898e19b2deb34797", //Project IDs (mandatory, string) - "status": "accepted" //Image sharing status: accepted indicates that shared images will be accepted. (mandatory, string) + "status": "accepted" //Image sharing status which can be accepted or rejected (mandatory, string) }

    If the request is successful, a job ID is returned.

  • Query job details using the job ID by referring to Querying Job Details.

    If the job status is SUCCESS, the private image is successfully created.

    -

    For details about status codes for request exceptions, see Status Codes.

    +

    For details about status codes for request errors, see Status Codes.

  • diff --git a/docs/ims/dev/en-us_topic_0110300599.html b/docs/ims/dev/en-us_topic_0110300599.html index 3591bfb4..f5894a09 100644 --- a/docs/ims/dev/en-us_topic_0110300599.html +++ b/docs/ims/dev/en-us_topic_0110300599.html @@ -22,7 +22,7 @@ }

    If the request is successful, a job ID is returned.

  • Query job details using the job ID by referring to Querying Job Details.

    If the job status is SUCCESS, the private image is successfully created.

    -

    For details about status codes for request exceptions, see Status Codes.

    +

    For details about status codes for request errors, see Status Codes.

  • diff --git a/docs/ims/dev/en-us_topic_0110943799.html b/docs/ims/dev/en-us_topic_0110943799.html index ed2b86ee..79c368b6 100644 --- a/docs/ims/dev/en-us_topic_0110943799.html +++ b/docs/ims/dev/en-us_topic_0110943799.html @@ -4,19 +4,20 @@

    Function Description

    If the returned status code is 400, a customized error message will be returned. This section describes the meaning of each status code.

    Response Format

    STATUS CODE 400
    -
    1
    -2
    -3
    -4
    -5
    -6
    {
    -    "error": {
    -        "message": "The imagetype is invalid.",
    -        "code": "IMG.0024"
    -    }
    -}
    -
    -
    +
    1
    +2
    +3
    +4
    +5
    +6
    {
    +    "error": {
    +        "message": "The imagetype is invalid.",
    +        "code": "IMG.0024"
    +    }
    +}
    +
    + +

    Error Message Description

    - @@ -422,7 +423,7 @@ - @@ -890,15 +891,15 @@ - - - - - - - - - - - diff --git a/docs/ims/dev/en-us_topic_0139609146.html b/docs/ims/dev/en-us_topic_0139609146.html index c156016d..8feb2de6 100644 --- a/docs/ims/dev/en-us_topic_0139609146.html +++ b/docs/ims/dev/en-us_topic_0139609146.html @@ -8,10 +8,16 @@ - + + +
    Table 1 Error codes

    Status Code

    @@ -147,7 +148,7 @@

    forceCreate must be set to true.

    forceCreate must be set to true.

    +

    forceCreate must be set to true.

    Set forceCreate to true.

    An error occurred when the value of asumeToken was obtained.

    An error occurred when the value of asumeToken was obtained.

    +

    An error occurred when the value of asumeToken was obtained.

    Contact technical support.

    Increase the quota.

    400

    +

    400

    IMG.0089

    +

    IMG.0089

    The public image or Marketplace image cannot be shared.

    +

    The public image cannot be shared.

    A public image or marketplace image cannot be shared.

    +

    A public image cannot be shared.

    Check the constraints of image sharing.

    +

    Check the constraints of image sharing.

    400

    @@ -967,15 +968,15 @@

    Enable the key.

    400

    +

    400

    IMG.0098

    +

    IMG.0098

    The encrypted image cannot be shared or published in Marketplace.

    +

    The encrypted image cannot be shared.

    The encrypted image cannot be shared or published in the Marketplace.

    +

    An encrypted image cannot be shared.

    Copy the image to a non-encrypted image and then share or release the non-encrypted image.

    +

    Copy the image to a non-encrypted image and then share the non-encrypted image.

    400

    @@ -1402,7 +1403,7 @@

    The value of hw_firmware_type is not uefi or bios.

    The value of hw_firmware_type is not uefi or bios.

    +

    The value of hw_firmware_type is not uefi or bios.

    Set hw_firmware_type to uefi or bios.

    2021-08-16

    +

    2022-10-31

    +

    This issue is the third official release.

    +
    • Added the link to the IMS API reference in Overview.
    +

    2021-08-16

    This issue is the second official release.

    -
    • Deleted content related to Marketplace.
    +

    Adjusted the structure of the document.

    2018-11-08

    diff --git a/docs/ims/dev/public_sys-resources/commonrtl.css b/docs/ims/dev/public_sys-resources/commonrtl.css index 947a9a03..f261da75 100644 --- a/docs/ims/dev/public_sys-resources/commonrtl.css +++ b/docs/ims/dev/public_sys-resources/commonrtl.css @@ -1,2 +1,2 @@ -.msgph{font-family:Courier New}.unresolved{background-color:#87ceeb}.noTemplate{background-color:#ff0}.base{background-color:#fff}/*! Add space for top level topics */.nested0,.p{margin-top:1em}/*! div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid *//*! Default of italics to set apart figure captions */.figcap,.italic,.var{font-style:italic}.figdesc{font-style:normal}/*! Use @frame to create frames on figures */.figborder{padding-left:3px;padding-right:3px;margin-top:1em;border:2px solid Silver}.figsides{margin-top:1em;padding-left:3px;padding-right:3px;border-left:2px solid Silver;border-right:2px solid Silver}.figtop{border-top:2px solid Silver;margin-top:1em}.figbottom{border-bottom:2px solid Silver}.figtopbot{border-top:2px solid Silver;border-bottom:2px solid Silver;margin-top:1em}/*! Most link groups are created with
    . Ensure they have space before and after. */.ullinks,ul.simple{list-style-type:none}.attention,.danger,.ddexpand,.dlexpand,.example,.fastpath,.important,.liexpand,.linklist,.note,.notice,.olchildlink,.relconcepts,.relinfo,.relref,.reltasks,.remember,.restriction,.section,.sliexpand,.stepexpand,.substepexpand,.tip,.ulchildlink,.warning{margin-top:1em;margin-bottom:1em}.linklistwithchild,.sublinklist{margin-top:1em;margin-right:1.5em;margin-bottom:1em}.breadcrumb{font-size:smaller;margin-bottom:1em}.prereq{margin-right:20px}/*! Set heading sizes, getting smaller for deeper nesting */.topictitle1{font-size:1.34em;margin-top:0;margin-bottom:.1em}.topictitle2,.topictitle3,.topictitle4,.topictitle5,.topictitle6,.sectiontitle{font-size:1.17em}.topictitle2{margin-top:1pc;margin-bottom:.45em}.topictitle3{margin-top:1pc;margin-bottom:.17em;font-weight:700}.topictitle4{margin-top:.83em;font-weight:700}.topictitle5{font-weight:700}.topictitle6{font-style:italic}.sectiontitle{margin-top:1em;margin-bottom:0;color:#000;font-weight:700}/*! All note formats have the same default presentation */.attentiontitle,.bold,.cautiontitle,.dangertitle,.dlterm,.fastpathtitle,.firstcol,.importanttitle,.notelisttitle,.notetitle,.noticetitle,.parmname,.remembertitle,.restrictiontitle,.tiptitle,.uicontrol,.warningtitle{font-weight:700}.caution{font-weight:700;margin-bottom:1em}/*! Simple lists do not get a bullet *//*! Used on the first column of a table, when rowheader="firstcol" is used *//*! Various basic phrase styles */.boldItalic{font-weight:700;font-style:italic}.shortcut,.underlined{text-decoration:underline}/*! 2008-10-27 keyword采用跟随上下文的样式 +/*! Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. All rights reserved. */.msgph{font-family:Courier New}.unresolved{background-color:#87ceeb}.noTemplate{background-color:#ff0}.base{background-color:#fff}/*! Add space for top level topics */.nested0,.p{margin-top:1em}/*! div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid *//*! Default of italics to set apart figure captions */.figcap,.italic,.var{font-style:italic}.figdesc{font-style:normal}/*! Use @frame to create frames on figures */.figborder{padding-left:3px;padding-right:3px;margin-top:1em;border:2px solid Silver}.figsides{margin-top:1em;padding-left:3px;padding-right:3px;border-left:2px solid Silver;border-right:2px solid Silver}.figtop{border-top:2px solid Silver;margin-top:1em}.figbottom{border-bottom:2px solid Silver}.figtopbot{border-top:2px solid Silver;border-bottom:2px solid Silver;margin-top:1em}/*! Most link groups are created with
    . Ensure they have space before and after. */.ullinks,ul.simple{list-style-type:none}.attention,.danger,.ddexpand,.dlexpand,.example,.fastpath,.important,.liexpand,.linklist,.note,.notice,.olchildlink,.relconcepts,.relinfo,.relref,.reltasks,.remember,.restriction,.section,.sliexpand,.stepexpand,.substepexpand,.tip,.ulchildlink,.warning{margin-top:1em;margin-bottom:1em}.linklistwithchild,.sublinklist{margin-top:1em;margin-right:1.5em;margin-bottom:1em}.breadcrumb{font-size:smaller;margin-bottom:1em}.prereq{margin-right:20px}/*! Set heading sizes, getting smaller for deeper nesting */.topictitle1{font-size:1.34em;margin-top:0;margin-bottom:.1em}.topictitle2,.topictitle3,.topictitle4,.topictitle5,.topictitle6,.sectiontitle{font-size:1.17em}.topictitle2{margin-top:1pc;margin-bottom:.45em}.topictitle3{margin-top:1pc;margin-bottom:.17em;font-weight:700}.topictitle4{margin-top:.83em;font-weight:700}.topictitle5{font-weight:700}.topictitle6{font-style:italic}.sectiontitle{margin-top:1em;margin-bottom:0;color:#000;font-weight:700}/*! All note formats have the same default presentation */.attentiontitle,.bold,.cautiontitle,.dangertitle,.dlterm,.fastpathtitle,.firstcol,.importanttitle,.notelisttitle,.notetitle,.noticetitle,.parmname,.remembertitle,.restrictiontitle,.tiptitle,.uicontrol,.warningtitle{font-weight:700}.caution{font-weight:700;margin-bottom:1em}/*! Simple lists do not get a bullet *//*! Used on the first column of a table, when rowheader="firstcol" is used *//*! Various basic phrase styles */.boldItalic{font-weight:700;font-style:italic}.shortcut,.underlined{text-decoration:underline}/*! 2008-10-27 keyword采用跟随上下文的样式 *//*! Default of bold for definition list terms *//*! Use CSS to expand lists with @compact="no" */.dltermexpand{font-weight:700;margin-top:1em}[compact="yes"]>li{margin-top:0}[compact="no"]>li{margin-top:.53em}/*! Align images based on @align on topic/image */div.imageleft,.text-align-left{text-align:left}div.imagecenter,.text-align-center{text-align:center}div.imageright,.text-align-right{text-align:right}div.imagejustify,.text-align-justify{text-align:justify}.cellrowborder{border-right:0;border-top:0;border-left:1px solid;border-bottom:1px solid}.row-nocellborder{border-left:hidden;border-right:0;border-top:0;border-bottom:1px solid}.cell-norowborder{border-top:0;border-bottom:hidden;border-right:0;border-left:1px solid}.nocellnorowborder{border:0;border-left:hidden;border-bottom:hidden}pre.codeblock,pre.screen{padding:5px;border:outset;background-color:#ccc;margin-top:2px;margin-bottom:2px;white-space:pre} \ No newline at end of file diff --git a/docs/ims/dev/public_sys-resources/pygments.css b/docs/ims/dev/public_sys-resources/pygments.css index 49bada08..53c53657 100644 --- a/docs/ims/dev/public_sys-resources/pygments.css +++ b/docs/ims/dev/public_sys-resources/pygments.css @@ -1 +1 @@ -.hll{background-color:#ffc}.c{color:#069;font-style:italic}.err{color:black}.k{color:#069;font-weight:bold}.ch{color:#069;font-style:italic}.cm{color:#008200}.cp{color:black}.cpf{color:#069;font-style:italic}.c1{color:#008200}.cs{color:#069;font-weight:bold}.gd{color:#000;background-color:#fdd}.ge{font-style:italic}.gr{color:#a00}.gh{color:#999}.gi{color:#000;background-color:#dfd}.go{color:#888}.gp{color:#555}.gs{font-weight:bold}.gu{color:#aaa}.gt{color:#a00}.kc{color:#000080;font-weight:bold}.kd{color:#069;font-weight:bold}.kn{color:#000080;font-weight:bold}.kp{color:#069;font-weight:bold}.kr{color:#000080;font-weight:bold}.kt{color:#069;font-weight:bold}.m{color:blue}.s{color:blue}.na{color:gray}.nt{color:#069;font-weight:bold}.ow{font-weight:bold}.w{color:#bbb}.mb{color:blue}.mf{color:blue}.mh{color:blue}.mi{color:black}.mo{color:blue}.sa{color:blue}.sb{color:blue}.sc{color:#800080}.dl{color:blue}.sd{color:blue}.s2{color:blue}.se{color:blue}.sh{color:blue}.si{color:blue}.sx{color:blue}.sr{color:blue}.s1{color:blue}.ss{color:blue}.il{color:blue}.linenos{width:15px}.linenos{border-right:3px solid #6ce26c;color:#afafaf;text-align:right;padding:0 .5em 0 1em}.codecoloring{line-height:1.1em}.code .highlight pre{font-family:"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace}.code .highlight pre span{font-size:1em}.nb{color:#ff1493}.nv{color:#a70}.nx,.o,.n,.nf{color:black}.vc,.vi{color:#a70}.highlight pre{padding:0 1em}.highlighttable pre{box-sizing:border-box;margin:0} \ No newline at end of file +.hll{background-color:#ffc}.c{color:#069;font-style:italic}.err{color:black}.k{color:#069;font-weight:bold}.ch{color:#069;font-style:italic}.cm{color:#008200}.cp{color:black}.cpf{color:#069;font-style:italic}.c1{color:#008200}.cs{color:#069;font-weight:bold}.gd{color:#000;background-color:#fdd}.ge{font-style:italic}.gr{color:#a00}.gh{color:#999}.gi{color:#000;background-color:#dfd}.go{color:#888}.gp{color:#555}.gs{font-weight:bold}.gu{color:#aaa}.gt{color:#a00}.kc{color:#000080;font-weight:bold}.kd{color:#069;font-weight:bold}.kn{color:#000080;font-weight:bold}.kp{color:#069;font-weight:bold}.kr{color:#000080;font-weight:bold}.kt{color:#069;font-weight:bold}.m{color:blue}.s{color:blue}.na{color:gray}.nt{color:#069;font-weight:bold}.ow{font-weight:bold}.w{color:#bbb}.mb{color:blue}.mf{color:blue}.mh{color:blue}.mi{color:black}.mo{color:blue}.sa{color:blue}.sb{color:blue}.sc{color:#800080}.dl{color:blue}.sd{color:blue}.s2{color:blue}.se{color:blue}.sh{color:blue}.si{color:blue}.sx{color:blue}.sr{color:blue}.s1{color:blue}.ss{color:blue}.il{color:blue}.linenos{width:15px}.linenos{border-right:3px solid #6ce26c;color:#afafaf;text-align:right;padding:0 .5em 0 1em}.codecoloring{line-height:1.1em}.code,.highlight pre{font-family:"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace}.code,.highlight pre span{font-size:1em}.nb{color:#ff1493}.nv{color:#a70}.nx,.o,.n,.nf{color:black}.vc,.vi{color:#a70}.code,.highlight pre{padding:0 1em}.highlighttable pre{box-sizing:border-box;margin:0} \ No newline at end of file